[PATCH] D95943: [ThinLTO] Fix import of a global variable to modules contain its weak def

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 10:36:00 PST 2021


MaskRay added inline comments.


================
Comment at: llvm/test/ThinLTO/X86/weak_globals_import.ll:1
+; RUN: opt -module-summary %s -o %t1.bc
+; RUN: opt -module-summary %p/Inputs/weak_globals_import.ll -o %t2.bc
----------------
Option: you may consider the `split-file` utility to keep the auxiliary file in this file. It may help readers in some cases as they don't need to open another file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95943



More information about the llvm-commits mailing list