| 44e33657 | 03-Jan-2022 |
John Ericson <[email protected]> |
[CMake] Factor out config prefix finding logic
See the docs in the new function for details.
I think I found every instance of this copy pasted code. Polly could also use it, but currently does s
[CMake] Factor out config prefix finding logic
See the docs in the new function for details.
I think I found every instance of this copy pasted code. Polly could also use it, but currently does something different, so I will save the behavior change for a future revision.
We get the shared, non-installed CMake modules following the pattern established in D116472.
It might be good to have LLD and Flang also use this, but that would be a functional change and so I leave it as future work.
Reviewed By: beanz, lebedev.ri
Differential Revision: https://reviews.llvm.org/D116521
show more ...
|
| 5da6d268 | 30-Dec-2021 |
John Ericson <[email protected]> |
[cmake] Tweak warning in `extend_path` helper function
There was one more reference the word "install" I forgot to remove.
Follow-up to bde561c4813952847112600e5efe72d9015556f7 / https://reviews.ll
[cmake] Tweak warning in `extend_path` helper function
There was one more reference the word "install" I forgot to remove.
Follow-up to bde561c4813952847112600e5efe72d9015556f7 / https://reviews.llvm.org/D115746
show more ...
|