]> granicus.if.org Git - clang/commit
MS ABI: Stick throw-related data into the .xdata section
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 6 Mar 2015 23:45:23 +0000 (23:45 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 6 Mar 2015 23:45:23 +0000 (23:45 +0000)
commitd629d18af8fa9bdc77a86deb52a1cb50ef9a5712
treeda4cddba5b3618ca072ae3d1ac7adbb1aa80b82c
parenta6e301dd4153ad7bfef61da0304fa57ad92032ab
MS ABI: Stick throw-related data into the .xdata section

This is a little nicer as it keeps the contents of .xdata away from
normal .rdata; we expect .xdata to be far colder than .rdata.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231534 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/microsoft-abi-throw.cpp
test/CodeGenCXX/microsoft-abi-try-throw.cpp