This change has the llvm-lit part of the testsuite have clang link to libomp instead of libiomp5. llvm-svn: 238721
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
; RUN: %clang -lomp -lm %s -o %t && %t 2>&1 | FileCheck %s
|
|
; CHECK-NOT: Test failed
|
|
; CHECK: Directive worked without errors
|
|
|
|
|
|
|