[PATCH] D18994: [LTO] Switch Module to std::unique_ptr<>

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 15:34:19 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/LTO.h:43
@@ +42,3 @@
+  BitcodeCompiler()
+      : Combined(new llvm::Module("ld-temp.o", Context)), Mover(*Combined){};
+
----------------
Need a space before {}. (Or run clang-format-diff.)


http://reviews.llvm.org/D18994





More information about the llvm-commits mailing list