summaryrefslogtreecommitdiff
path: root/lldb/utils
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-16 22:30:03 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-16 22:31:01 -0800
commite1f6b68d1fd117b92953d2e21567dd8dad759a8b (patch)
tree6386b54242fb7fa7dcffae8740a4e49032e64c7c /lldb/utils
parent911a4c4dda9b3e50d4b610d50cc6368433a67684 (diff)
downloadllvm-e1f6b68d1fd117b92953d2e21567dd8dad759a8b.tar.gz
[lldb/Cmake] Add a CMakeLists.txt to the utils directory...
... and include it from the main CMakeLists.txt instead of including the utility subdirectories directly. This is consistent with the other subdirectories and limits the scope of future changes.
Diffstat (limited to 'lldb/utils')
-rw-r--r--lldb/utils/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/utils/CMakeLists.txt b/lldb/utils/CMakeLists.txt
new file mode 100644
index 000000000000..d08f66f7b6c5
--- /dev/null
+++ b/lldb/utils/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_subdirectory(lit-cpuid)
+add_subdirectory(lldb-dotest)