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

Jordan Rose jordan_rose at apple.com
Wed Feb 13 12:54:51 PST 2013


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