mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
The purpose of these plugins is to make LLDB capable of debugging java code JIT-ed by the android runtime. Differential revision: http://reviews.llvm.org/D17616 llvm-svn: 262015
6 lines
126 B
CMake
6 lines
126 B
CMake
add_subdirectory(CPlusPlus)
|
|
add_subdirectory(Go)
|
|
add_subdirectory(Java)
|
|
add_subdirectory(ObjC)
|
|
add_subdirectory(ObjCPlusPlus)
|