]> granicus.if.org Git - clang/commit
Disable accelerator tables when compiling with LTO.
authorBill Wendling <isanbard@gmail.com>
Tue, 13 Nov 2012 00:54:24 +0000 (00:54 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 13 Nov 2012 00:54:24 +0000 (00:54 +0000)
commita50059e34309c3adf76c284a68f91c4ca3574782
tree5389c5acfc9f12b448011bef2d6b20f1eb11dc11
parent044c8aa39d582ebc6bca1720c65ddd06fb27780c
Disable accelerator tables when compiling with LTO.

LTO doesn't generate correct accelerator tables. This is due to the general lack
correct of debug info for LTO. Disable it when using LTO.
<rdar://problem/12401423>

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