Support matching signext attribute in vla-lambda-capturing test to appease clang...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 22 Nov 2014 16:08:56 +0000 (16:08 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 22 Nov 2014 16:08:56 +0000 (16:08 +0000)
commit8ff9e737af40dfc42cf3c4fa722acb1fb5e878a0
treec1cc021ce0b2c10f69f6b652b28ea31c44de1ee9
parentd8cd8f7b6ea236d3fefec3e50738645cf470712b
Support matching signext attribute in vla-lambda-capturing test to appease clang-cmake-mips builder.

The Mips target adds the signext attribute to signed 32-bit integers in order
to support the N32/N64 correctly. Integers must be promoted to 64-bit bit on
these ABI's.

llvm-svn: 222617
clang/test/CodeGenCXX/vla-lambda-capturing.cpp