[PATCH] D99105: [lld-macho] LTO: Properly set VisibleToRegularObj

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 12:47:01 PDT 2021


int3 added inline comments.


================
Comment at: lld/MachO/LTO.cpp:39-41
+  if (config->saveTemps)
+    checkError(c.addSaveTemps(config->outputFile.str() + ".",
+                              /*UseInputModulePath*/ true));
----------------
this allows us to access the `*.internalize.bc` files in our test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99105/new/

https://reviews.llvm.org/D99105



More information about the llvm-commits mailing list