Eric Liu
882dc72b38
[WebAssembly] Trying to fix broken tests in CodeGen/WebAssembly caused by r281285.
...
Reviewers: bkramer, ddcc, dschuff, sunfish
Subscribers: jfb, llvm-commits, dschuff
Differential Revision: https://reviews.llvm.org/D24497
llvm-svn: 281312
2016-09-13 10:05:44 +00:00
Dominic Chen
a8a638292c
[WebAssembly] Handle debug information and virtual registers without crashing (reland r278967)
...
Summary: Currently, enabling debug information when compiling for WebAssembly crashes the backend. This commit fixes these by skipping debug values in backend passes.
Reviewers: jfb, aprantl, dschuff, echristo
Subscribers: llvm-commits, dschuff, jfb, MatzeB, dexonsmith, yurydelendik, mehdi_amini
Differential Revision: https://reviews.llvm.org/D23635
llvm-svn: 279011
2016-08-17 23:42:27 +00:00
Duncan P. N. Exon Smith
afdd8e541b
Revert "[WebAssembly] Handle debug information and virtual registers without crashing"
...
This reverts commit r278967, since the new test is failing when you
don't build the WebAssembly target (most people, since it's
off-by-default).
llvm-svn: 278973
2016-08-17 20:41:50 +00:00
Dominic Chen
4326167a37
[WebAssembly] Handle debug information and virtual registers without crashing
...
Summary: Currently, enabling debug information when compiling for WebAssembly crashes the backend. This commit fixes these by skipping debug values in backend passes.
Reviewers: jfb, aprantl, dschuff, echristo
Subscribers: mehdi_amini, yurydelendik, dexonsmith, MatzeB, jfb, dschuff, llvm-commits
Differential Revision: https://reviews.llvm.org/D21808
llvm-svn: 278967
2016-08-17 20:11:03 +00:00