[all-commits] [llvm/llvm-project] 4c5114: [Polly] Don't use `llvm-config` anymore (in CMake ...
John Ericson via All-commits
all-commits at lists.llvm.org
Tue Aug 23 19:47:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c5114250bb75fdbd83e36256469d4f291549388
https://github.com/llvm/llvm-project/commit/4c5114250bb75fdbd83e36256469d4f291549388
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M polly/CMakeLists.txt
Log Message:
-----------
[Polly] Don't use `llvm-config` anymore (in CMake sad path)
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.
Reviewed By: beanz
Differential Revision: https://reviews.llvm.org/D132314
More information about the All-commits
mailing list