Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / ScriptInterpreter / CMakeLists.txt
blob82cd128a6138591185a2b73de1a2d89421b0e514
1 if (LLDB_ENABLE_PYTHON)
2   add_subdirectory(Python)
3 endif()
4 if (LLDB_ENABLE_LUA)
5   add_subdirectory(Lua)
6 endif()