Thanks a lot!
Steven
> On Feb 25, 2016, at 7:12 PM, Peter Collingbourne wrote:
>
> (I don't understand why this flag needs to exist, but) I've implemented a
> fix in r261960.
>
> Peter
>
> On Thu, Feb 25, 2016 at 06:50:52PM -0800, Steven Wu wrote:
>> Hi Peter
>>
>> I notice after this comm
(I don't understand why this flag needs to exist, but) I've implemented a
fix in r261960.
Peter
On Thu, Feb 25, 2016 at 06:50:52PM -0800, Steven Wu wrote:
> Hi Peter
>
> I notice after this commit, I can no longer use cmake option
> -DCLANG_TOOL_DRIVER_BUILD=OFF to choose not to build and link
Hi Peter
I notice after this commit, I can no longer use cmake option
-DCLANG_TOOL_DRIVER_BUILD=OFF to choose not to build and link the clang driver.
When using -DCLANG_TOOL_DRIVER_BUILD=OFF, clang target will not exist so cmake
will error on the line:
> +add_dependencies(clang vtables_blacklis
Author: pcc
Date: Wed Feb 24 14:46:36 2016
New Revision: 261767
URL: http://llvm.org/viewvc/llvm-project?rev=261767&view=rev
Log:
Add whole-program vtable optimization feature to Clang.
This patch introduces the -fwhole-program-vtables flag, which enables the
whole-program vtable optimization fea