diff options
author | Matthias Braun <matze@braunis.de> | 2017-05-19 22:37:15 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-05-19 22:37:15 +0000 |
commit | bf4a869dfb35289b4fa95682fe770e69c25af4b2 (patch) | |
tree | a1854c5d5ab8585ba60546cc8752f22964439260 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 593488257693d0828051418d4a958219d31d3d73 (diff) | |
download | bcm5719-llvm-bf4a869dfb35289b4fa95682fe770e69c25af4b2.tar.gz bcm5719-llvm-bf4a869dfb35289b4fa95682fe770e69c25af4b2.zip |
CodeGenModule: Always output wchar_size, check LLVM assumptions.
llvm::TargetLibraryInfo needs to know the size of wchar_t to work on
functions like `wcslen`. This patch changes clang to always emit the
wchar_size module flag (it would only do so for ARM previously).
This also adds an `assert()` to ensure the LLVM defaults based on the
target triple are in sync with clang.
Differential Revision: https://reviews.llvm.org/D32982
llvm-svn: 303463
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions