This is an archive of the discontinued LLVM Phabricator instance.

Fix one stray `{LLVM -> CLANG}_TOOLS_INSTALL_DIR`
ClosedPublic

Authored by Ericson2314 on Jul 22 2022, 7:27 AM.

Details

Summary

Follow up to D117977, where I missed this new usage after one rebase.

Thanks @tsteller in https://reviews.llvm.org/D117977#3670919 for
noticing.

Diff Detail

Event Timeline

Ericson2314 created this revision.Jul 22 2022, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2022, 7:27 AM
Herald added a subscriber: mgorny. · View Herald Transcript
Ericson2314 requested review of this revision.Jul 22 2022, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2022, 7:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

I don't find any existing instances of CLANG_TOOLS_INSTALL_DIR anywhere in the current monorepo - that doesn't seem right?

This revision is now accepted and ready to land.Jul 22 2022, 1:11 PM

I don't find any existing instances of CLANG_TOOLS_INSTALL_DIR anywhere in the current monorepo - that doesn't seem right?

(I looked in a slightly outdated working dir that I hadn't updated in a couple days - sorry for the noise!)

This revision was landed with ongoing or failed builds.Jul 23 2022, 9:26 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the fix.