forked from OSchip/llvm-project
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
This commit is contained in:
parent
32be447d55
commit
476679aee4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue