The integration tests were failing to build under GCC due to missing
compile options for using LLVM's libc++ and compiler-rt.
This should unblock https://github.com/llvm/llvm-project/issues/60467
Paths
| Differential D145128
[libc] disable integration tests when using gcc ClosedPublic Authored by michaelrj on Mar 1 2023, 4:30 PM.
Details Summary The integration tests were failing to build under GCC due to missing This should unblock https://github.com/llvm/llvm-project/issues/60467
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 1 2023, 4:30 PM This revision is now accepted and ready to land.Mar 1 2023, 4:49 PM Closed by commit rG8350494a612b: [libc] disable integration tests when using gcc (authored by michaelrj). · Explain WhyMar 2 2023, 1:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 501695 libc/test/CMakeLists.txt
libc/test/src/CMakeLists.txt
|