llvm-for-llvmta/test/tools/llvm-config/cflags.test

8 lines
214 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
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: