From aef5472d832fb0e83e624316fe1d2ab45ddf315d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 1 Apr 2017 13:29:14 +0000 Subject: Actually remove llvm37 and clang37 Reported by: jbeich Pointy hat to: bapt --- .../openmp-patch-tools_openmp_runtime_tools_expand-vars.pl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl (limited to 'devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl') diff --git a/devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl b/devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl deleted file mode 100644 index 9df4ab1c0a41..000000000000 --- a/devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/openmp/runtime/tools/expand-vars.pl.orig 2014-02-24 10:40:15 UTC -+++ tools/openmp/runtime/tools/expand-vars.pl -@@ -113,7 +113,7 @@ $bulk = read_file( $input ); - - # Do the replacements. - $bulk =~ -- s{(?:\$($keyword_rexp)|\$($name_rexp)|\${{(.*?)}})} -+ s{(?:\$($keyword_rexp)|\$($name_rexp)|\$\{\{(.*?)\}\})} - { - my $value; - if ( defined( $1 ) ) { -- cgit v1.2.3