]> granicus.if.org Git - clang/commit
LLVM's hashing routines produce a size_t, and thus generate different values for...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 25 Oct 2012 22:27:30 +0000 (22:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 25 Oct 2012 22:27:30 +0000 (22:27 +0000)
commitca53087029204abc02c95fa3cf953ed60b19a3cd
treed6af5054d3c882da02f171255590260caa01a21e
parentb85cce094887ab5cf1c47acfe306e2fb1d3cfbb1
LLVM's hashing routines produce a size_t, and thus generate different values for 32- and 64-bit host compilers. This really needs to be fixed -- the IR generated should not depend on the host -- but this change will get the bots green again. Proper fix to follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166731 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/catch-undef-behavior.cpp