[PATCH] D48698: [ThinLTO] Fix printing of module paths for distributed backend indexes

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 13:56:55 PDT 2018


tejohnson added inline comments.


================
Comment at: lib/IR/AsmWriter.cpp:790
 
+  void CreateModulePathSlot(StringRef Path);
   void CreateGUIDSlot(GlobalValue::GUID GUID);
----------------
davidxl wrote:
> davidxl wrote:
> > make it an inline function.
> CreateModulePathSlot is a tiny wrapper which should be marked as inline.  I saw a different function is marked instead.
Woops, will fix.


Repository:
  rL LLVM

https://reviews.llvm.org/D48698





More information about the llvm-commits mailing list