This is an archive of the discontinued LLVM Phabricator instance.

[clang] Limit scope of CLANG_VENDOR definition
ClosedPublic

Authored by smeenai on Oct 30 2020, 5:47 PM.

Details

Summary

It's only used by Version.cpp, so limit the definition to just that one
file instead of making all of Clang recompile if you change CLANG_VENDOR.

Diff Detail

Event Timeline

smeenai created this revision.Oct 30 2020, 5:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2020, 5:47 PM
smeenai requested review of this revision.Oct 30 2020, 5:47 PM
phosek accepted this revision.Oct 31 2020, 12:44 AM

LGTM

This revision is now accepted and ready to land.Oct 31 2020, 12:44 AM
This revision was landed with ongoing or failed builds.Nov 2 2020, 9:05 AM
This revision was automatically updated to reflect the committed changes.