[PATCH] D135427: [LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_externally

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 13:52:20 PST 2022


aeubanks added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/FunctionImport.cpp:1166
+        continue;
+      assert(isa<GlobalValue>(GA.getAliasee()) &&
+             "non-GlobalValue aliasee is unimplemented");
----------------
we're hitting this assert in a bootstrap build of clang with ThinLTO on windows: https://crbug.com/1382839


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135427



More information about the llvm-commits mailing list