[PATCH] D88305: [COFF] Aliases resolve directly to defined external targets

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 13:08:04 PDT 2020


epastor marked an inline comment as done.
epastor added inline comments.


================
Comment at: llvm/test/MC/COFF/weak-alias-labels.s:87
+    .weak t4
+t4 = bar
+
----------------
mstorsjo wrote:
> Out of curiosity - how does the t4 case differ from t1? Only in the fact that bar is defined further ahead in the file?
That was the idea, yes - making sure that (effective) forward declarations still worked properly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88305



More information about the llvm-commits mailing list