mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
741933d3a4
This flag forces off linking libLLVM. This should resolve some issues reported on llvm-commits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289605 91177308-0d34-0410-b5e6-96231b3b80d8
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
|