[PATCH] D72109: [cmake] Use relative cmake binary dir for processing pass plugins
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 02:21:49 PST 2020
Meinersbur added a comment.
I don't think `CMAKE_CURRENT_BINARY_DIR` will work. It is different for each subdirectory, such that multiple plugins create separate `Extension.def.tmp` instead of appending to a central one. `LLVM_BINARY_DIR` might be the better choice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72109/new/
https://reviews.llvm.org/D72109
More information about the llvm-commits
mailing list