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)
commit744611f9baebba0bcf255a62471a31abcca2f541
tree7f82be2d6e0dc1b07aaf49eafca95b96cfd4585c
parent52c0b58d33385417567a404149570fd2b6895c91
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>

llvm-svn: 167799
clang/lib/Driver/Tools.cpp