[PATCH] [ASan] Fix MSVC -W3 warnings when building the Windows RTL
Kostya Serebryany
kcc at google.com
Wed May 29 05:51:46 PDT 2013
All others look ok, but please check linux build.
================
Comment at: asan/asan_fake_stack.h:26
@@ -25,3 +25,3 @@
u64 real_stack : 48;
- u64 size_minus_one : 16;
+ uptr size_minus_one : 16;
// End of the first 32 bytes.
----------------
You can't do it like this with a bitfield
http://llvm-reviews.chandlerc.com/D885
More information about the llvm-commits
mailing list