diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-05-22 07:17:07 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-05-22 07:17:07 +0000 |
commit | 263b27997d5a1d4bab75c2cd20a397ed80e32925 (patch) | |
tree | 30cb6219ee41aad451b75ef876accc1096797317 /llvm/lib/CodeGen/CMakeLists.txt | |
parent | e8d762e148480a0bf5c76e5fd73082040c36ffbd (diff) | |
download | bcm5719-llvm-263b27997d5a1d4bab75c2cd20a397ed80e32925.tar.gz bcm5719-llvm-263b27997d5a1d4bab75c2cd20a397ed80e32925.zip |
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)."
It brought cyclic dependencies between LLVMCodeGen and LLVMMIR.
llvm-svn: 238007
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 59ce702995d..9fc3e0bcec9 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -129,4 +129,3 @@ add_dependencies(LLVMCodeGen intrinsics_gen) add_subdirectory(SelectionDAG) add_subdirectory(AsmPrinter) -add_subdirectory(MIR) |