[llvm] fec8f1a - Remove unintended commit.

Bill Wendling via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 10:51:45 PDT 2021


Author: Bill Wendling
Date: 2021-08-05T10:51:37-07:00
New Revision: fec8f1a008c311d96689dbe7876b23ecc82d00d5

URL: https://github.com/llvm/llvm-project/commit/fec8f1a008c311d96689dbe7876b23ecc82d00d5
DIFF: https://github.com/llvm/llvm-project/commit/fec8f1a008c311d96689dbe7876b23ecc82d00d5.diff

LOG: Remove unintended commit.

Added: 
    

Modified: 
    

Removed: 
    llvm/tools/llvm-livepatch/CMakeLists.txt


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


        


More information about the llvm-commits mailing list