diff options
| author | Alp Toker <alp@nuanti.com> | 2013-12-31 03:16:55 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2013-12-31 03:16:55 +0000 |
| commit | 1bcdd6ae0272dc521773a01f511a177d77a9b1ec (patch) | |
| tree | 86fa832cd697931eb630e1a29dd0a6cbfb4c2787 /llvm/lib/Analysis/AliasAnalysis.cpp | |
| parent | 854f644781e8a2d9d0e35ee0d593882a64bda42f (diff) | |
| download | bcm5719-llvm-1bcdd6ae0272dc521773a01f511a177d77a9b1ec.tar.gz bcm5719-llvm-1bcdd6ae0272dc521773a01f511a177d77a9b1ec.zip | |
Silence g++ 4.9 build issue
lib/Support/ThreadLocal.cpp:53:15: error: typedef 'SIZE_TOO_BIG' locally defined but not used [-Werror=unused-local-typedefs]
typedef int SIZE_TOO_BIG[sizeof(pthread_key_t) <= sizeof(data) ? 1 : -1];
Done the C++11 way, switching on and using LLVM_STATIC_ASSERT() instead of LLVM_ATTRIBUTE_UNUSED.
llvm-svn: 198255
Diffstat (limited to 'llvm/lib/Analysis/AliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions

