[PATCH] D42226: [WebAssembly] Add test expectations for gcc C++ tests (gcc/testsuite/g++.dg)
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 20 03:04:57 PST 2018
ncw added inline comments.
================
Comment at: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt:101
# Untriaged: Assertion failure in WasmObjectWriter::applyRelocations
20071220-2.c wasm-o,O0
+
----------------
This one uses computed goto as well (address-of-label), surely it shouldn't get as far as the WasmObjectWriter if it's using unsupported frontend features?
Repository:
rL LLVM
https://reviews.llvm.org/D42226
More information about the llvm-commits
mailing list