summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2016-09-25 20:45:23 +0200
committerKim Grasman <kim.grasman@gmail.com>2016-09-25 20:45:23 +0200
commit3813fce7316b52fec10a5f2052cf75fda7e2834d (patch)
treebaaf0fbc066f49eb764abede972fca2138821035
parent6310a26330e3e7af18eb086507a1312804c8bb09 (diff)
Revert "Update to reflect changes in LLVM."
This change did not make it into LLVM's release branch, so skip it here too. This reverts commit 6310a26330e3e7af18eb086507a1312804c8bb09.
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d1a56b8..573fd19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -156,8 +156,7 @@ target_link_libraries(include-what-you-use
LLVMObject # BitReader, Core, Support
LLVMBitReader # Core, Support
LLVMCore # Support
- LLVMSupport # Demangle
- LLVMDemangle
+ LLVMSupport
)
# Platform dependencies.