This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Passthrough RUNTIMES_BUILD to the custom libc++ build
AbandonedPublic

Authored by phosek on Feb 17 2019, 3:07 PM.

Details

Summary

We use it to decide whether to include -nostdlib++ in the required
compiler flags. This addresses the issue introduced in rCRT354231
which broke the runtimes build.

Diff Detail

Event Timeline

phosek created this revision.Feb 17 2019, 3:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added subscribers: llvm-commits, Restricted Project, jdoerfert and 3 others. · View Herald Transcript

D58333 is an alternative solution which is probably better than this one.

phosek abandoned this revision.Feb 18 2019, 12:54 PM

Abandoned in favor of D58333.