Undefined externals don't need to have a size or an offset.
This was broken by r303915. Added a test for this case.
This fixes the "Compile LLVM Torture (o)" step on the wasm
waterfall.
Paths
| Differential D33803
[WebAssembly] MC: Fix references to undefined externals in data section ClosedPublic Authored by sbc100 on Jun 1 2017, 2:47 PM.
Details Summary Undefined externals don't need to have a size or an offset. This fixes the "Compile LLVM Torture (o)" step on the wasm
Diff Detail
Event TimelineHerald added subscribers: jgravelle-google, dschuff, jfb. · View Herald TranscriptJun 1 2017, 2:47 PM Closed by commit rL304505: [WebAssembly] MC: Fix references to undefined externals in data section (authored by sbc). · Explain WhyJun 1 2017, 6:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 101117 lib/MC/WasmObjectWriter.cpp
lib/Target/WebAssembly/known_gcc_test_failures.txt
test/MC/WebAssembly/external-data.ll
|