diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-01 04:24:23 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-01 04:24:23 +0000 |
commit | 476679aee403c49a8c20edf8d604c8a37dd993b8 (patch) | |
tree | aeee18b300425e9ababa0218012326a299b59053 /openmp/testsuite | |
parent | 32be447d55ebbd1236a3a452d6dfcdac794ddb5c (diff) | |
download | bcm5719-llvm-476679aee403c49a8c20edf8d604c8a37dd993b8.tar.gz bcm5719-llvm-476679aee403c49a8c20edf8d604c8a37dd993b8.zip |
Apply name change to testsuite file.
This change has the llvm-lit part of the testsuite have clang
link to libomp instead of libiomp5.
llvm-svn: 238721
Diffstat (limited to 'openmp/testsuite')
-rw-r--r-- | openmp/testsuite/bin/header | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/testsuite/bin/header b/openmp/testsuite/bin/header index 7cc6c7dea28..3741e628cab 100644 --- a/openmp/testsuite/bin/header +++ b/openmp/testsuite/bin/header @@ -1,4 +1,4 @@ -; RUN: %clang -liomp5 -lm %s -o %t && %t 2>&1 | FileCheck %s +; RUN: %clang -lomp -lm %s -o %t && %t 2>&1 | FileCheck %s ; CHECK-NOT: Test failed ; CHECK: Directive worked without errors |