summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
-rw-r--r--lldb/source/Plugins/ExpressionParser/CMakeLists.txt1
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt5
2 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/CMakeLists.txt b/lldb/source/Plugins/ExpressionParser/CMakeLists.txt
new file mode 100644
index 00000000000..17c40aee44c
--- /dev/null
+++ b/lldb/source/Plugins/ExpressionParser/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(Clang)
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt b/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
new file mode 100644
index 00000000000..ac14fe55856
--- /dev/null
+++ b/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_NO_RTTI 1)
+
+add_lldb_library(lldbPluginExpressionParserClang
+ ClangExpressionVariable.cpp
+ )
OpenPOWER on IntegriCloud