[PATCH] D46372: Update ThinLTO test

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 03:55:42 PDT 2018


grimar added inline comments.


================
Comment at: lld/ELF/LTO.cpp:199
   // Create the empty files which, if indexed, will be overwritten later.
-  writeEmptyDistributedBuildOutputs(Obj.getName(), OldPrefix, NewPrefix, false);
+  if (Config->ThinLTOIndexOnly)
+    writeEmptyDistributedBuildOutputs(Obj.getName(), OldPrefix, NewPrefix,
----------------
This needs a test case. 

Actually, this part should have been in a different patch from "Updated thinLTO test to not include forward or backward slash for testing." part.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46372





More information about the llvm-commits mailing list