[PATCH] D104986: [ThinLTO] Respect ClearDSOLocalOnDeclarations for unimported functions

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 16:50:14 PDT 2021


tejohnson added a comment.

lgtm with test fix noted below.



================
Comment at: llvm/test/ThinLTO/X86/import-dsolocal.ll:33
+; DEST1:     declare i32 @weakodr_aux(i32*, i32**)
+; DEST2:     define available_externally i32 @weakodr_aux(i32* %a, i32** %b)
+
----------------
Missing checks for linkonceodr[_aux].


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104986



More information about the llvm-commits mailing list