summaryrefslogtreecommitdiffstats
path: root/lld/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/Support/CMakeLists.txt')
-rw-r--r--lld/lib/Support/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/lld/lib/Support/CMakeLists.txt b/lld/lib/Support/CMakeLists.txt
new file mode 100644
index 00000000000..18dccdbc50c
--- /dev/null
+++ b/lld/lib/Support/CMakeLists.txt
@@ -0,0 +1,9 @@
+add_lld_library(lldSupport
+ Memory.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLD_INCLUDE_DIR}/lld/Support
+
+ LINK_LIBS
+ LLVMSupport
+)
OpenPOWER on IntegriCloud