================ ---------------- QuantumSegfault wrote:
This specifically needs to check `llc` => WASM obj (-filetype=obj) This test was added because there was a discrepancy between `llc` => obj handled tables vs `llc` => asm => `llvm-mc` => obj `llvm-mc` would assume all tables are 64-bit in Wasm64, but `llc` would not create them, so when emitting straight to obj, they wouldn't be marked as IS_64 https://github.com/llvm/llvm-project/pull/180649 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
