[libcxx-commits] [PATCH] D88458: [CMake] Cache the compiler-rt library search results

Manoj Gupta via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 21 10:24:46 PDT 2021


manojgupta added a comment.

This is also causing build failures in our ToT builds.

phosek@ can you please revert.
You might be able to see the logs here:
https://logs.chromium.org/logs/chromeos/buildbucket/cr-buildbucket/8832772415946723489/+/steps/update_sdk/0/steps/call_chromite.api.SdkService_Update/0/steps/call_build_API_script/0/stdout

The package is building libc++abi for 32-bit and 64-bit x86.

See that for 32-bit, compiler rt detection is going wrong. 
 libcxxabi-13.0_pre428724-r4: -- Found compiler-rt builtins library: /usr/lib64/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a .

Nowhere, is 32-bit detected correctly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88458/new/

https://reviews.llvm.org/D88458



More information about the libcxx-commits mailing list