diff options
Diffstat (limited to 'contrib/llvm/tools/llvm-rtdyld/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/llvm-rtdyld/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/llvm/tools/llvm-rtdyld/CMakeLists.txt b/contrib/llvm/tools/llvm-rtdyld/CMakeLists.txt deleted file mode 100644 index 17e2c3e..0000000 --- a/contrib/llvm/tools/llvm-rtdyld/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT) - -add_llvm_tool(llvm-rtdyld - llvm-rtdyld.cpp - ) |