This is an archive of the discontinued LLVM Phabricator instance.

GetClangResourceDir: Fix downstream projects that bundle llvm source
ClosedPublic

Authored by tstellar on Jun 9 2023, 9:56 PM.

Details

Summary

A project that bundles the llvm source code may have their own
PACKAGE_VERSION variable, so only use this to compute the
CLANG_RESOURCE_DIR if CLANG_VERSION_MAJOR is undefined.

Diff Detail

Event Timeline

tstellar created this revision.Jun 9 2023, 9:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 9:56 PM
tstellar requested review of this revision.Jun 9 2023, 9:56 PM
sebastian-ne accepted this revision.Jun 12 2023, 1:24 AM

Thank you!

This revision is now accepted and ready to land.Jun 12 2023, 1:24 AM
This revision was landed with ongoing or failed builds.Jul 5 2023, 8:10 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 8:10 PM