The i128 suffix isn't always available.
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 21 Jun 2014 22:49:50 +0000 (22:49 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 21 Jun 2014 22:49:50 +0000 (22:49 +0000)
commit355597e99e3c8f4c3caafce64d3e316d0a3170c7
tree38a38c04ac368fef115a9bf0bfa4a29cebb3244e
parentf4af855930579ff8fc4d8b7db7c4f1606095d43b
The i128 suffix isn't always available.

This Lexer test unconditionally used the i128 integer literal suffix.
This suffix is only available to targets that have 128-bit arithmetic
support.

llvm-svn: 211446
clang/test/Lexer/ms-extensions.c