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)
commit6433f7c84d68039000785d818b2f139354a26f8c
tree70655eef87f3c7082b5b85160ad01e77b3cd0870
parent334d8eebe5ef1e24764967d737a24945c980ac2c
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.

llvm-svn: 212137
clang/lib/Driver/WindowsToolChain.cpp