This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Don't use `llvm-config` anymore (in CMake sad path)
ClosedPublic

Authored by Ericson2314 on Aug 20 2022, 2:41 PM.

Details

Summary

If LLVM_BUILD_MAIN_SRC_DIR is not defined, just assume we are in
regular monorepo layout. Non-standard (and not really supported) layouts
can still be configured manually.

Diff Detail

Event Timeline

Ericson2314 created this revision.Aug 20 2022, 2:41 PM
Herald added a project: Restricted Project. · View Herald Transcript
Ericson2314 requested review of this revision.Aug 20 2022, 2:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 2:41 PM
beanz accepted this revision.Aug 23 2022, 7:29 PM

LGTM

This revision is now accepted and ready to land.Aug 23 2022, 7:29 PM