summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang/llvm-config
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/clang/llvm-config')
-rw-r--r--recipes-devtools/clang/clang/llvm-config5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang/llvm-config b/recipes-devtools/clang/clang/llvm-config
index 88a1908..a9876a2 100644
--- a/recipes-devtools/clang/clang/llvm-config
+++ b/recipes-devtools/clang/clang/llvm-config
@@ -22,6 +22,11 @@ if [[ $1 == "--bindir" ]]; then
22 exec "$NEXT_LLVM_CONFIG" $@ 22 exec "$NEXT_LLVM_CONFIG" $@
23fi 23fi
24 24
25if [[ $1 == "--libfiles" ]]; then
26 exec "$NEXT_LLVM_CONFIG" $@
27fi
28
29
25for arg in "$@"; do 30for arg in "$@"; do
26 case "$arg" in 31 case "$arg" in
27 --cppflags) 32 --cppflags)