[cfe-commits] r130103 - in /cfe/trunk: include/clang/AST/ASTConsumer.h include/clang/AST/ASTMutationListener.h include/clang/Sema/Sema.h include/clang/Serialization/ASTWriter.h lib/Frontend/MultiplexConsumer.cpp lib/Sema/Sema.cpp lib/Sema/SemaDeclCXX.cpp lib/Serialization/ASTWriter.cpp test/PCH/chain-implicit-definition.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Mon Apr 25 09:58:44 PDT 2011


On 24.04.2011, at 21:23, Argyrios Kyrtzidis wrote:

> On Apr 24, 2011, at 9:28 AM, Sebastian Redl wrote:
> 
>> +// RUN: %clang_cc1 -emit-llvm -o /dev/null -include %s -include %s %s
> 
> You can use '-emit-llvm-only' instead of '-emit-llvm -o /dev/null'.

Interesting, thanks. Especially considering that these tests probably fail on Windows.

Sebastian



More information about the cfe-commits mailing list