This makes sure the correct lib path is being used when CMAKE_CFG_INTDIR or
LLVM_LIBDIR_SUFFIX is set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
runtimes/CMakeLists.txt | ||
---|---|---|
333 ↗ | (On Diff #106461) | You also need to set the LLVM_LIBRARY_DIR here. I'd like to eventually deduplicate the cross-target and single-target cases to avoid do changes like these in two places. |