diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 13:29:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 13:29:14 +0000 |
commit | aef5472d832fb0e83e624316fe1d2ab45ddf315d (patch) | |
tree | 5dd7a5d10ff5e646cbcbf5c84cdc3931873bd35c /devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl | |
parent | Remove files/patch-armv6-hf-support since armv6hf no longer exists as (diff) |
Actually remove llvm37 and clang37
Reported by: jbeich
Pointy hat to: bapt
Diffstat (limited to 'devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl')
-rw-r--r-- | devel/llvm37/files/openmp-patch-tools_openmp_runtime_tools_expand-vars.pl | 11 |
1 files changed, 0 insertions, 11 deletions
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 ) ) { |