This variable is never defined, so its value is always empty. Since
libunwind is needed to build the C++ ABI library in the first place,
it should never be linked to the C++ ABI library anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
src/CMakeLists.txt | ||
---|---|---|
54 ↗ | (On Diff #163855) | Is there any point in this line at all now, or can it be removed altogether? |
src/CMakeLists.txt | ||
---|---|---|
54 ↗ | (On Diff #163855) | I think list(APPEND) can fail if the variable doesn't exist. |
src/CMakeLists.txt | ||
---|---|---|
54 ↗ | (On Diff #163855) | Okay - after reading the cmake docs, I agree that this seems to be the correct solution. |