From 82301c198f4494c5521eb1c836d66768b098efd4 Mon Sep 17 00:00:00 2001
From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu>
Date: Thu, 26 Dec 2019 17:37:08 -0600
Subject: [PATCH] Adding HPVM tools directory

---
 llvm/tools/hpvm/CMakeLists.txt                | 1 +
 llvm/tools/hpvm/lib/CMakeLists.txt            | 1 +
 llvm/tools/hpvm/lib/Transforms/CMakeLists.txt | 7 +++++++
 3 files changed, 9 insertions(+)
 create mode 100644 llvm/tools/hpvm/CMakeLists.txt
 create mode 100644 llvm/tools/hpvm/lib/CMakeLists.txt
 create mode 100644 llvm/tools/hpvm/lib/Transforms/CMakeLists.txt

diff --git a/llvm/tools/hpvm/CMakeLists.txt b/llvm/tools/hpvm/CMakeLists.txt
new file mode 100644
index 0000000000..3ea7a4199b
--- /dev/null
+++ b/llvm/tools/hpvm/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(lib)
diff --git a/llvm/tools/hpvm/lib/CMakeLists.txt b/llvm/tools/hpvm/lib/CMakeLists.txt
new file mode 100644
index 0000000000..e31af32661
--- /dev/null
+++ b/llvm/tools/hpvm/lib/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(Transforms)
diff --git a/llvm/tools/hpvm/lib/Transforms/CMakeLists.txt b/llvm/tools/hpvm/lib/Transforms/CMakeLists.txt
new file mode 100644
index 0000000000..2983462d1e
--- /dev/null
+++ b/llvm/tools/hpvm/lib/Transforms/CMakeLists.txt
@@ -0,0 +1,7 @@
+add_subdirectory(BuildDFG)
+add_subdirectory(ClearDFG)
+add_subdirectory(DFG2LLVM_NVPTX)
+add_subdirectory(DFG2LLVM_SPIR)
+add_subdirectory(DFG2LLVM_X86)
+add_subdirectory(GenVISC)
+add_subdirectory(LocalMem)
-- 
GitLab