commit | 333659c33fea6e1a0bbf76d80da219df48269bc5 | [log] [tgz] |
---|---|---|
author | I-Jui (Ray) Sung <ijsung@google.com> | Fri Dec 02 15:34:13 2016 -0800 |
committer | I-Jui (Ray) Sung <ijsung@google.com> | Fri Dec 02 15:34:13 2016 -0800 |
tree | 9db83fb6c17969dae3871ba460b8510f0d098982 | |
parent | 100dedf984f8dd0305204b459872cf9ab21a3a60 [diff] |
Fixed an RSoV LIT regression under debug build Currently we have a test case (errors/unsupported_type.ll) to catch unsupported types in RSoV. That test expects certain error messages reported by RSoV, but with the assertions the desirable error reporting path will never be reached. This problem does not show up in release build because assert() becomes NOP there. Test: RSoV LIT Change-Id: I5aa3a81126068b46af819352a3ff0c4402acafc8