summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/compiler-rt-sanitizers_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt-sanitizers_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
index 6c413b2..bc72861 100644
--- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
+++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
@@ -40,7 +40,7 @@ EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \
40 -DCMAKE_C_COMPILER_TARGET=${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}${HF} \ 40 -DCMAKE_C_COMPILER_TARGET=${HOST_ARCH}${HOST_VENDOR}-${HOST_OS}${HF} \
41 -DCOMPILER_RT_BUILD_BUILTINS=OFF \ 41 -DCOMPILER_RT_BUILD_BUILTINS=OFF \
42 -DCOMPILER_RT_INCLUDE_TESTS=OFF \ 42 -DCOMPILER_RT_INCLUDE_TESTS=OFF \
43 -DSANITIZER_CXX_ABI_LIBNAME=${@bb.utils.contains("RUNTIME", "llvm", "libc++", "libstdc++", d)} \ 43 -DSANITIZER_CXX_ABI_LIBNAME=${@bb.utils.contains("TC_CXX_RUNTIME", "llvm", "libc++", "libstdc++", d)} \
44 -DCOMPILER_RT_BUILD_XRAY=ON \ 44 -DCOMPILER_RT_BUILD_XRAY=ON \
45 -DCOMPILER_RT_BUILD_SANITIZERS=ON \ 45 -DCOMPILER_RT_BUILD_SANITIZERS=ON \
46 -DCOMPILER_RT_BUILD_LIBFUZZER=ON \ 46 -DCOMPILER_RT_BUILD_LIBFUZZER=ON \