mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
65b923c989
This test is (I think) actually trying to make sure no errors are printed, but it hits on the string "error" in flags. llvm-svn: 289484
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
RUN: llvm-config --cflags 2>&1 | FileCheck %s
|
|
RUN: llvm-config --cppflags 2>&1 | FileCheck %s
|
|
RUN: llvm-config --cxxflags 2>&1 | FileCheck %s
|
|
CHECK: -I
|
|
CHECK: {{[/\\]}}include
|
|
CHECK-NOT: error:
|
|
CHECK-NOT: warning
|