Remove unintended commit.
authorBill Wendling <isanbard@gmail.com>
Thu, 5 Aug 2021 17:50:38 +0000 (10:50 -0700)
committerBill Wendling <isanbard@gmail.com>
Thu, 5 Aug 2021 17:51:37 +0000 (10:51 -0700)
llvm/tools/llvm-livepatch/CMakeLists.txt [deleted file]

diff --git a/llvm/tools/llvm-livepatch/CMakeLists.txt b/llvm/tools/llvm-livepatch/CMakeLists.txt
deleted file mode 100644 (file)
index 4a1facd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-set(LLVM_LINK_COMPONENTS
-  Core
-  IRReader
-  Support
-  )
-
-add_llvm_tool(llvm-livepatch
-  llvm-livepatch.cpp
-
-  DEPENDS
-  intrinsics_gen
-  )