[Openmp-commits] [openmp] r230521 - Removed all header files for OpenMP 2.5
Andrey Churbanov
Andrey.Churbanov at intel.com
Wed Feb 25 10:38:08 PST 2015
Author: achurbanov
Date: Wed Feb 25 12:38:08 2015
New Revision: 230521
URL: http://llvm.org/viewvc/llvm-project?rev=230521&view=rev
Log:
Removed all header files for OpenMP 2.5
Removed:
openmp/trunk/runtime/src/include/25/
Modified:
openmp/trunk/runtime/tools/build.pl
Modified: openmp/trunk/runtime/tools/build.pl
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/tools/build.pl?rev=230521&r1=230520&r2=230521&view=diff
==============================================================================
--- openmp/trunk/runtime/tools/build.pl (original)
+++ openmp/trunk/runtime/tools/build.pl Wed Feb 25 12:38:08 2015
@@ -62,7 +62,7 @@ my $opts = {
"lib-type" => { targets => "rtl", base => 1, parms => { normal => "*", stubs => "" }, },
"link-type" => { targets => "rtl", base => 1, parms => { dynamic => "*", static => "" }, },
"mode" => { targets => "rtl,dsl,timelimit", base => 0, parms => { release => "*", diag => "", debug => "" }, suffix => sub { substr( $_[ 0 ], 0, 3 ); } },
- "omp-version" => { targets => "rtl", base => 0, parms => { 40 => "*", 30 => "", 25 => "" }, suffix => sub { $_[ 0 ]; } },
+ "omp-version" => { targets => "rtl", base => 0, parms => { 40 => "*", 30 => "" }, suffix => sub { $_[ 0 ]; } },
"coverage" => { targets => "rtl", base => 0, parms => { off => "*", on => "" }, suffix => sub { $_[ 0 ] eq "on" ? "c1" : "c0"; } },
"stats" => { targets => "rtl", base => 0, parms => { off => "*", on => "" }, suffix => sub { $_[ 0 ] eq "on" ? "s1" : "s0"; } },
};
More information about the Openmp-commits
mailing list