]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
compiler-rt: Fix install location for native builds
authorKhem Raj <raj.khem@gmail.com>
Fri, 11 Jul 2025 06:42:33 +0000 (23:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jul 2025 16:49:06 +0000 (17:49 +0100)
commit4d55698330ce6720cab5dfe9b4e00efeb40ba6e6
tree07c6759a61e881d37a10e50d01f15dfd9c3fd7cf
parent0c3ab984e72db424aa2684f5e2073a165b4b0910
compiler-rt: Fix install location for native builds

Currently, clang when used for native builds and uses --rtlib=compiler-rt
does not find the LLVM runtime because its installed in different
directory than where compiler expects it to be. As a result, build fails
for packages using clang in both capacity ( native and cross )
e.g. qtwebengine

Make the build work across native sanitizers as well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
meta/recipes-devtools/clang/compiler-rt_git.bb