OSDN Git Service

Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed.
authorJan Voung <jvoung@chromium.org>
Thu, 28 Aug 2014 17:04:03 +0000 (10:04 -0700)
committerJan Voung <jvoung@chromium.org>
Thu, 28 Aug 2014 17:04:03 +0000 (10:04 -0700)
commitce58163590d0012f60a25703046936c7253dcdc9
tree49caf9c126a7f112f77da6e1a24b2d99d736f176
parentd6064a1aaca7a5596618e559a17cb9b20283ca46
Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed.

Otherwise, I don't have pnacl-freeze in my path, and
I think the lit tests have trouble finding it.

src/PNaClTranslator.cpp: In member function ‘uint32_t {anonymous}::FunctionParser::convertRelativeToAbsIndex(int32_t)’:
src/PNaClTranslator.cpp:882:55: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (Id > 0 && AbsNextId < static_cast<uint32_t>(Id)) {
                                                       ^
BUG=none
R=kschimpf@google.com, stichnot@chromium.org

Review URL: https://codereview.chromium.org/515003004
src/PNaClTranslator.cpp
tests_lit/lit.cfg