aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-12-19 22:19:48 +0000
committerReid Kleckner <reid@kleckner.net>2014-12-19 22:19:48 +0000
commit93acac6cfcc935d95f0941b181d903a595920e70 (patch)
tree989996b4d9d00865cf661c043e55c1c34e8cc8f2 /llvm/lib/Object/MachOObjectFile.cpp
parent1da5f1645b343db2deb637f2ab566d83981a868c (diff)
downloadllvm-93acac6cfcc935d95f0941b181d903a595920e70.zip
llvm-93acac6cfcc935d95f0941b181d903a595920e70.tar.gz
llvm-93acac6cfcc935d95f0941b181d903a595920e70.tar.bz2
Add the ExceptionHandling::MSVC enumeration
It is intended to be used for a family of personality functions that have similar IR preparation requirements. Typically when interoperating with MSVC personality functions, bits of functionality need to be outlined from the main function into helper functions. There is also usually more than one landing pad per invoke, which does not match the LLVM IR landingpad representation. None of this is implemented yet. This change just adds a new enum that is active for *-windows-msvc and delegates to the EH removal preparation pass. No functionality change for other targets. llvm-svn: 224625
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions