[PATCH] D54647: [WebAssembly] Initial implementation of -fPIC codegeneration
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 17 00:42:52 PDT 2019
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/address-offsets.ll:43
; CHECK-NEXT: .functype load_test1 (i32) -> (i32){{$}}
-; CHECK-NEXT: i32.const $push0=, 2{{$}}
+; CHECK-NEX T: i32.const $push0=, 2{{$}}
; CHECK-NEX T: i32.shl $push1=, $0, $pop0{{$}}
----------------
Are these temporarily disabled? (Same for other occurrences below) If so, can we add a comment why? If it's not temporary we can maybe delete them?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54647/new/
https://reviews.llvm.org/D54647
More information about the llvm-commits
mailing list