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
- Build Status
Buildable 8171 Build 8171: arc lint + arc unit
Event Timeline
runtimes/CMakeLists.txt | ||
---|---|---|
333 | 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. |
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.