diff options
Diffstat (limited to 'tools/llvm-diff')
| -rw-r--r-- | tools/llvm-diff/CMakeLists.txt | 15 | ||||
| -rw-r--r-- | tools/llvm-diff/LLVMBuild.txt | 22 |
2 files changed, 0 insertions, 37 deletions
diff --git a/tools/llvm-diff/CMakeLists.txt b/tools/llvm-diff/CMakeLists.txt deleted file mode 100644 index 703ed97cb0b01..0000000000000 --- a/tools/llvm-diff/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -set(LLVM_LINK_COMPONENTS - Core - IRReader - Support - ) - -add_llvm_tool(llvm-diff - llvm-diff.cpp - DiffConsumer.cpp - DiffLog.cpp - DifferenceEngine.cpp - - DEPENDS - intrinsics_gen - ) diff --git a/tools/llvm-diff/LLVMBuild.txt b/tools/llvm-diff/LLVMBuild.txt deleted file mode 100644 index 5adfdc2bd6e9d..0000000000000 --- a/tools/llvm-diff/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./tools/llvm-diff/LLVMBuild.txt --------------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Tool -name = llvm-diff -parent = Tools -required_libraries = AsmParser BitReader IRReader |
