summaryrefslogtreecommitdiff
path: root/tools/llvmc/examples/Skeleton/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/examples/Skeleton/CMakeLists.txt')
-rw-r--r--tools/llvmc/examples/Skeleton/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/llvmc/examples/Skeleton/CMakeLists.txt b/tools/llvmc/examples/Skeleton/CMakeLists.txt
deleted file mode 100644
index e1296ca814..0000000000
--- a/tools/llvmc/examples/Skeleton/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-set(LLVM_TARGET_DEFINITIONS AutoGenerated.td)
-
-tablegen(AutoGenerated.inc -gen-llvmc)
-
-set(LLVM_USED_LIBS CompilerDriver)
-set(LLVM_LINK_COMPONENTS support)
-
-add_llvm_example(llvmc-skeleton
- Hooks.cpp
- Main.cpp
- )