summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/mul-with-overflow.ll
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-04-23 17:05:47 +0000
committerReid Kleckner <rnk@google.com>2018-04-23 17:05:47 +0000
commit963aba3452ed99e818a650f34defdd6d579e0361 (patch)
treebfa231806cc8065c4c6359f9ccd64985b6168583 /llvm/test/CodeGen/PowerPC/mul-with-overflow.ll
parent7f31119fb0ca0ed01d2f7603516702d004752b55 (diff)
downloadbcm5719-llvm-963aba3452ed99e818a650f34defdd6d579e0361.tar.gz
bcm5719-llvm-963aba3452ed99e818a650f34defdd6d579e0361.zip
Fix clang-cl warnings in compiler-rt
The profile library was missing some includes and was erroneously using ftruncate. WinASan was using `= {0}` to initialize structs, which creates -Wmissing-field-initializers and -Wmissing-braces warnings with clang. Use `= {}` instead, since this is C++. llvm-svn: 330616
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/mul-with-overflow.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud