This is an archive of the discontinued LLVM Phabricator instance.

Remove CC autodetection from Makefile.rules
ClosedPublic

Authored by aprantl on Oct 9 2019, 2:19 PM.

Details

Summary

Auto-detecting CC in Makefile.rules is no longer useful. Every since out-of-tree builds you are better off just running lldb-dotest which sets it directly. This also makes it harder to accidentally unset CC in a Makefile.

Diff Detail

Event Timeline

aprantl created this revision.Oct 9 2019, 2:19 PM
JDevlieghere accepted this revision.Oct 9 2019, 5:20 PM
This revision is now accepted and ready to land.Oct 9 2019, 5:20 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2019, 11:03 AM