[all-commits] [llvm/llvm-project] 835049: [libc] disable integration tests when using gcc
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Mar 2 13:40:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8350494a612b787286343cf9592fddf5bd5adc36
https://github.com/llvm/llvm-project/commit/8350494a612b787286343cf9592fddf5bd5adc36
Author: Michael Jones <michaelrj at google.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M libc/test/CMakeLists.txt
M libc/test/src/CMakeLists.txt
Log Message:
-----------
[libc] disable integration tests when using gcc
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
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D145128
More information about the All-commits
mailing list