[PATCH] D83046: [LiveDebugValues] 1/4 Install an implementation-picking LiveDebugValues pass
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 08:05:39 PDT 2020
djtodoro added inline comments.
================
Comment at: llvm/lib/CodeGen/CMakeLists.txt:184
+ LiveDebugValues/LiveDebugValues.cpp
LiveDebugValues/VarLocBasedImpl.cpp
----------------
We can add new subdirectory here as:
`add_subdirectory(LiveDebugValues)`
and then, add another `CMakeLists.txt` with in `LiveDebugValues/` and play with all of this within that `CMake` file locally? wdyt?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83046/new/
https://reviews.llvm.org/D83046
More information about the llvm-commits
mailing list