From cbf684e6c66d392dbe5254443a10c04dd09863c7 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Thu, 11 Aug 2016 13:03:56 +0000 Subject: Revert "Resolution-based LTO API." This reverts commit r278330. I made a change to the save temps output that is causing issues with the bots. Didn't realize this because I had older output files sitting on disk in my test output directory. llvm-svn: 278331 --- llvm/lib/Object/IRObjectFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Object/IRObjectFile.cpp') diff --git a/llvm/lib/Object/IRObjectFile.cpp b/llvm/lib/Object/IRObjectFile.cpp index f86576f3d69..42c8ecd62da 100644 --- a/llvm/lib/Object/IRObjectFile.cpp +++ b/llvm/lib/Object/IRObjectFile.cpp @@ -324,5 +324,5 @@ llvm::object::IRObjectFile::create(MemoryBufferRef Object, return EC; std::unique_ptr &M = MOrErr.get(); - return llvm::make_unique(BCOrErr.get(), std::move(M)); + return llvm::make_unique(Object, std::move(M)); } -- cgit v1.2.3