[PATCH] D101784: [WebAssembly] Fix PIC/GOT codegen for wasm64
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 10:46:55 PDT 2021
dschuff accepted this revision.
dschuff added inline comments.
================
Comment at: lld/test/wasm/data-layout.s:4
# RUN: wasm-ld -m wasm32 -no-gc-sections --export=__data_end --export=__heap_base --allow-undefined --no-entry -o %t32.wasm %t32.o %t.hello32.o
-# RUN: obj2yaml %t32.wasm | FileCheck --check-prefixes CHECK,CHK32 %s
+# RUN: obj2yaml %t32.wasm | FileCheck --check-prefixes CHECK -DPTR=I32 %s
#
----------------
`--check-prefixes` isn't needed anymore
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101784/new/
https://reviews.llvm.org/D101784
More information about the llvm-commits
mailing list