repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
unittests
/
ScriptInterpreter
/
CMakeLists.txt
blob
82cd128a6138591185a2b73de1a2d89421b0e514
1
if (LLDB_ENABLE_PYTHON)
2
add_subdirectory(Python)
3
endif()
4
if (LLDB_ENABLE_LUA)
5
add_subdirectory(Lua)
6
endif()