This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Build sanitized C++ runtimes for Fuchsia
ClosedPublic

Authored by phosek on Aug 4 2017, 8:16 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Aug 4 2017, 8:16 PM
phosek updated this revision to Diff 109852.Aug 4 2017, 8:25 PM
mcgrathr added inline comments.Aug 6 2017, 4:02 PM
cmake/caches/Fuchsia-stage2.cmake
56 ↗(On Diff #109852)

Can you do this without duplicating all the identical settings from the block above?
It looks like the asan cases are just all of the above plus two more.

phosek added inline comments.Aug 6 2017, 4:27 PM
cmake/caches/Fuchsia-stage2.cmake
56 ↗(On Diff #109852)

Yes, I'm working on this literally right now ;)

phosek updated this revision to Diff 110311.Aug 8 2017, 5:25 PM
beanz accepted this revision.Aug 10 2017, 5:05 PM

This also looks good to me.

This revision is now accepted and ready to land.Aug 10 2017, 5:05 PM
This revision was automatically updated to reflect the committed changes.