[PATCH] D78221: [COFF] Assign unique identifiers to ObjFiles from LTO

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 16:01:47 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/COFF/pdb-thinlto.ll:4
+; RUN: mkdir %T/thinlto
+; RUN: opt -thinlto-bc -o %T/thinlto/main.obj %s
+; RUN: opt -thinlto-bc -o %T/thinlto/foo.obj %S/Inputs/lto-dep.ll
----------------
Will `.bc` be slightly better for the bitcode extension name? `.bc` makes it clear it is not a regular object file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78221





More information about the llvm-commits mailing list