This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Pass CMake C and C++ flags to the custom libc++
ClosedPublic

Authored by phosek on Oct 29 2018, 11:55 PM.

Details

Summary

When building the custom libc++ that's used by libFuzzer as well as
MSan and TSan tests, passthrough the C and C++ flags that were passed
to the compiler-rt CMake build. These may be needed to successfuly
compile the library on a particular platform.

Diff Detail

Event Timeline

phosek created this revision.Oct 29 2018, 11:55 PM
Herald added subscribers: Restricted Project, llvm-commits, mgorny, dberris. · View Herald Transcript

I think this addresses the issue that D49397 was trying to solve.

phosek updated this revision to Diff 171950.Oct 31 2018, 9:58 AM
This revision is now accepted and ready to land.Oct 31 2018, 12:28 PM
This revision was automatically updated to reflect the committed changes.