summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/ChildTarget/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lli/ChildTarget/CMakeLists.txt b/tools/lli/ChildTarget/CMakeLists.txt
index 6191fd6016..9f88b2cde3 100644
--- a/tools/lli/ChildTarget/CMakeLists.txt
+++ b/tools/lli/ChildTarget/CMakeLists.txt
@@ -4,3 +4,5 @@ add_llvm_executable(lli-child-target
ChildTarget.cpp
../RemoteTarget.cpp
)
+
+set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")