diff options
Diffstat (limited to 'lld/lib/ReaderWriter/CoreLinkingContext.cpp')
-rw-r--r-- | lld/lib/ReaderWriter/CoreLinkingContext.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/lib/ReaderWriter/CoreLinkingContext.cpp b/lld/lib/ReaderWriter/CoreLinkingContext.cpp index 3b83d297e48..9132748f206 100644 --- a/lld/lib/ReaderWriter/CoreLinkingContext.cpp +++ b/lld/lib/ReaderWriter/CoreLinkingContext.cpp @@ -291,10 +291,6 @@ void CoreLinkingContext::addPasses(PassManager &pm) { else llvm_unreachable("bad pass name"); } -#ifndef NDEBUG - pm.add(std::unique_ptr<Pass>(new RoundTripYAMLPass(*this))); - pm.add(std::unique_ptr<Pass>(new RoundTripNativePass(*this))); -#endif } Writer &CoreLinkingContext::writer() const { return *_writer; } |