diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-09-20 18:57:53 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-09-20 18:57:53 +0000 |
commit | 85568adcee7086578f6fe9a6518ca151ad540f70 (patch) | |
tree | 41c4fd5dc2e3862de3dc85a93566279555c8960a /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | |
parent | 1db86e1f6b63de5b189ed2f5ebf455f9df556f38 (diff) | |
download | bcm5719-llvm-85568adcee7086578f6fe9a6518ca151ad540f70.tar.gz bcm5719-llvm-85568adcee7086578f6fe9a6518ca151ad540f70.zip |
Make the wchar_t promotion test consistent across different hosts by specifying a target triple.
This test behavior differs depending (at least) on whether
sizeof(wchar_t) == sizeof(int) or not.
When they are equal, the first redeclaration will fail because decltype(+L'x')
is unsigned int instead of the expected int. This occurs on ARM.
llvm-svn: 164315
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp')
0 files changed, 0 insertions, 0 deletions