xref: /aosp_15_r20/external/llvm/test/tools/llvm-config/cflags.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: llvm-config --cflags 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard WorkerRUN: llvm-config --cppflags 2>&1 | FileCheck %s
3*9880d681SAndroid Build Coastguard WorkerRUN: llvm-config --cxxflags 2>&1 | FileCheck %s
4*9880d681SAndroid Build Coastguard WorkerCHECK: -I
5*9880d681SAndroid Build Coastguard WorkerCHECK: {{[/\\]}}include
6*9880d681SAndroid Build Coastguard WorkerCHECK-NOT: error
7*9880d681SAndroid Build Coastguard WorkerCHECK-NOT: warning
8