diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-07-14 20:54:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-14 22:40:06 -0700 |
commit | f045005ebd56cba98b82b32d99e6b06c85eaba3e (patch) | |
tree | 5b7f418adf60b0a0cd9990a485462876b74fe53d | |
parent | 090177211b2682d5ae3361e37d0d7f49667aa47a (diff) | |
download | meta-clang-f045005ebd56cba98b82b32d99e6b06c85eaba3e.tar.gz |
babeltrace2: Ignore textrels with lld
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index e7ba9cb..80f44f0 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -432,3 +432,6 @@ DEPENDS:append:pn-pixman:mips:toolchain-clang = " openmp" | |||
432 | #| ^ | 432 | #| ^ |
433 | CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" | 433 | CFLAGS:append:pn-pixman:arm:toolchain-clang = " -no-integrated-as" |
434 | 434 | ||
435 | # ERROR: babeltrace2-2.0.5-r0 do_package_qa: QA Issue: babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so has relocations in .text | ||
436 | INSANE_SKIP:append:pn-babeltrace2:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' textrel', '', d)}" | ||
437 | |||