[PATCH] D107934: [LowerTypeTests] Emit cfi_jt aliases regardless of function export

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 20:45:13 PDT 2021


tejohnson added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/LowerTypeTests.cpp:1555
+      if (!IsJumpTableCanonical) {
+        GlobalAlias *JtAlias = GlobalAlias::create(
+            F->getValueType(), 0, GlobalValue::ExternalLinkage,
----------------
Where and how does the new alias symbol get used in the LTO case? I only see it used when importing in the backend in the ThinLTO case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107934



More information about the llvm-commits mailing list