[PATCH] D23612: [LTO] Change addSaveTemps API: do not add dot to the supplied prefix path

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 15:44:56 PDT 2016


mehdi_amini marked an inline comment as done.

================
Comment at: lib/LTO/LTOBackend.cpp:64
@@ -65,3 +63,3 @@
         PathPrefix = M.getModuleIdentifier();
       std::string Path = PathPrefix + "." + PathSuffix + ".bc";
       std::error_code EC;
----------------
Done!


https://reviews.llvm.org/D23612





More information about the llvm-commits mailing list