summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-09-06 20:16:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-09-06 20:16:19 +0000
commitec73f5dacf1da07eb60321f843cd0d6bbbf9e1bc (patch)
treea8de0ce23493b769792728398498c508eefff9a3 /llvm/lib
parentb0b17469629b58de2183f4648c3d124d44820414 (diff)
downloadbcm5719-llvm-ec73f5dacf1da07eb60321f843cd0d6bbbf9e1bc.tar.gz
bcm5719-llvm-ec73f5dacf1da07eb60321f843cd0d6bbbf9e1bc.zip
Try to fix a circular dependency in the modules build.
llvm-svn: 280746
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt
index 6b8846314ec..54aa0a9e328 100644
--- a/llvm/lib/CMakeLists.txt
+++ b/llvm/lib/CMakeLists.txt
@@ -1,6 +1,6 @@
-# `Support' and `TableGen' libraries are added on the top-level CMakeLists.txt
+# `Demangle', `Support' and `TableGen' libraries are added on the top-level
+# CMakeLists.txt
-add_subdirectory(Demangle)
add_subdirectory(IR)
add_subdirectory(IRReader)
add_subdirectory(CodeGen)
OpenPOWER on IntegriCloud