Files
clang-p2996/lldb/source/Plugins/ExpressionParser/CMakeLists.txt
Ryan Brown 998c8a1c1c Create an expression parser for Go.
The Go interpreter doesn't JIT or use LLVM, so this also
moves all the JIT related code from UserExpression to a new class LLVMUserExpression.

Differential Revision: http://reviews.llvm.org/D13073

Fix merge

llvm-svn: 251820
2015-11-02 19:30:40 +00:00

3 lines
45 B
CMake

add_subdirectory(Clang)
add_subdirectory(Go)