[compiler-rt] [compiler-rt] Use installed libc++(abi) for tests instead of build tree (PR #115077)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 13:11:27 PST 2024
arichardson wrote:
> Any idea if there is a possibility/risk that this patch introduces some race condition so some files might be used before they're installed?
>
> The reason I'm asking is that we now sometimes see errors like compiler-rt/lib/fuzzer/FuzzerExtraCountersWindows.cpp:12:10: fatal error: 'cstdint' file not found
@mikaelholmen @thevinster Do you have a build log/cmake command that shows this issue? I am unable to reproduce this and CMake appears to have all the required dependencies.
https://github.com/llvm/llvm-project/pull/115077
More information about the llvm-commits
mailing list