commit | c8799688d288c9acd71f0b4f193f9b1beac751aa | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Jun 22 13:04:10 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Jun 22 13:04:10 2015 -0700 |
tree | 207c63cecb2d7e70d662b0e398ee507363f78fa2 | |
parent | 1bec8bcd64da0cd4855a357d740d3ad45bbef3b9 [diff] |
Subzero: Fix "make -f Makefile.standalone MINIMAL=1 check". Some recent ARM changes turned out to break the lit tests for the MINIMAL build. Two main issues: 1. ARM tests are currently asm-only, so allow_dump needs to be required. 2. GlobalContext::emitFileHeader() needs to return gracefully instead of calling report_fatal_error(), to allow error tests to produce the right error output. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/1202563002