[PATCH] D95623: [lld][WebAssembly] Update comments mentioning legacy function names. NFC

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 08:49:57 PST 2021


dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/test/wasm/weak-undefined-pic.s:48
 # Unlike other internal GOT entries that need to be mutable this one
-# is immutable and not updated by `__wasm_apply_relocs`
+# is immutable and not updated by `__wasm_apply_gloal_relocs`
 # CHECK-NEXT:       - Index:           1
----------------
gloal->global


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95623



More information about the llvm-commits mailing list