[PATCH] D51644: [CMake] Remove variable reference that isn't used.
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 4 10:05:27 PDT 2018
mstorsjo added inline comments.
================
Comment at: src/CMakeLists.txt:54
# Generate library list.
-set(libraries ${LIBUNWINDCXX_ABI_LIBRARIES})
+set(libraries)
append_if(libraries LIBUNWIND_HAS_C_LIB c)
----------------
Is there any point in this line at all now, or can it be removed altogether?
Repository:
rUNW libunwind
https://reviews.llvm.org/D51644
More information about the cfe-commits
mailing list