commit | 7b300674d7d83ac5994520a0da7cf60a0ac07f4f | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Fri Feb 13 09:47:09 2015 -0800 |
committer | Jan Voung <jvoung@chromium.org> | Fri Feb 13 09:47:09 2015 -0800 |
tree | 57dcb025d724aca6f3f8515fd678a50bd8789a41 | |
parent | 24824e758ebc93f8073e64b12d0525005e82b0d1 [diff] |
Convert a few lit tests that use "lc2i | llvm-mc | llvm-objdump" to use p2i. Makes it more uniform for a later bulk refactoring of "p2i | llvm-mc | llvm-objdump", so it only needs to match p2i and not lc2i. Some of the test expectations change though. Also there was a stray XCHECK that I don't remember why it was XCHECK... change that to CHECK. BUG= none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/927433002