summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-28 17:40:13 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-08 11:37:54 -0700
commitd45403baedd7ae7755a02cfe0205000b760167bd (patch)
tree42e04bb59a1eb2d69012b145f0478ff54d3da094 /recipes-devtools/clang/common.inc
parentc48de926ac54802df7e1e4b7f91caa4fa4ef45b1 (diff)
downloadmeta-clang-d45403baedd7ae7755a02cfe0205000b760167bd.tar.gz
libunwind: Implement unw_backtrace
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index ac96ef5..62be08a 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -42,6 +42,7 @@ SRC_URI = "\
42 file://0030-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \ 42 file://0030-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \
43 file://0031-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \ 43 file://0031-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \
44 file://0032-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \ 44 file://0032-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \
45 file://0033-libunwind-Added-unw_backtrace-method.patch \
45" 46"
46# Fallback to no-PIE if not set 47# Fallback to no-PIE if not set
47GCCPIE ??= "" 48GCCPIE ??= ""