]> granicus.if.org Git - clang/commit
Win64: Disable uwtable until we fix .pdata emission in LLVM
authorReid Kleckner <reid@kleckner.net>
Tue, 1 Jul 2014 22:23:54 +0000 (22:23 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 1 Jul 2014 22:23:54 +0000 (22:23 +0000)
commitaa7c54ef95057dfed1c19fe3d6226b85e89863af
tree42a20809cabee26274d50cf9eec81df53cf0f60e
parent998ac07b10af91ac834f9f9009c6bd52d4538958
Win64: Disable uwtable until we fix .pdata emission in LLVM

LLVM r211399 started emitting .pdata for win64 by default.
Unfortunately, it produces invalid object files.  I plan to fix that
Soon.  For now, don't request unwind tables.  This fixes the clang-cl
self-host on win64.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212137 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/WindowsToolChain.cpp