r175045 - Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058

Timur Iskhodzhanov timurrrr at google.com
Fri Feb 15 06:59:09 PST 2013


OK I see, probably the best option is to just have two dirs.

I wonder if "run both +Asserts and -Asserts" advice should be there on
the testing/hacking page?

2013/2/14 Jordan Rose <jordan_rose at apple.com>:
>
> On Feb 13, 2013, at 12:51 , John McCall <rjmccall at apple.com> wrote:
>
>> On Feb 13, 2013, at 12:07 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote:
>>> Is there any easy way to run both check-all's from the same build dir
>>> with a short command line?
>>
>> Write a shell script?
>>
>> I don't know how you're going to have multiple build configurations in the same build dir anyway.
>
> You can't in CMake (unless you're using Xcode or MSVS), but with configure/make you could use "make check-all && make check-all ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1". Note: I did this from memory, so I might have the settings wrong.
>
> Jordan



More information about the cfe-commits mailing list