[PATCH] D124056: [ELF] Fix wrapping symbols produced during LTO codegen
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 15:45:51 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/test/ELF/lto/wrap-unreferenced-before-codegen.test:18
+# UNWIND-DISASM-LABEL: <_Z1fv>:
+# UNWIND-DISASM: callq{{.*}}<__wrap__Unwind_Resume at plt>
+# UNWIND-DISASM-LABEL: <__wrap__Unwind_Resume at plt>:
----------------
Prefer to add a space after `callq `
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124056/new/
https://reviews.llvm.org/D124056
More information about the llvm-commits
mailing list