[PATCH] D125582: [llvm-ml] Add support for extern proc

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 14:04:34 PDT 2022


epastor added inline comments.


================
Comment at: llvm/test/tools/llvm-ml/indirect_branch.asm:270
+  jmp qword ptr [fn_ref_extern]
+  ; CHECK-64-LABEL: t25:
+  ; CHECK-64: call qword ptr [rip + fn_ref_extern]
----------------
This (and the label) could probably be hoisted outside of the ifdef.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125582



More information about the llvm-commits mailing list