This is an archive of the discontinued LLVM Phabricator instance.

[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
compile options for using LLVM's libc++ and compiler-rt.

This should unblock https://github.com/llvm/llvm-project/issues/60467

Diff Detail

Event Timeline

michaelrj created this revision.Mar 1 2023, 4:30 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 1 2023, 4:30 PM
michaelrj requested review of this revision.Mar 1 2023, 4:30 PM
sivachandra accepted this revision.Mar 1 2023, 4:49 PM
This revision is now accepted and ready to land.Mar 1 2023, 4:49 PM
lntue accepted this revision.Mar 1 2023, 7:05 PM
This revision was automatically updated to reflect the committed changes.