
This flag forces off linking libLLVM. This should resolve some issues reported on llvm-commits. llvm-svn: 289605
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
RUN: llvm-config --ignore-libllvm --libs core support 2>&1 | FileCheck %s
|
|
CHECK: LLVMCore
|
|
CHECK: LLVMSupport
|
|
CHECK-NOT: error
|
|
CHECK-NOT: warning
|