[cfe-commits] r62475 - in /cfe/trunk: Driver/PrintParserCallbacks.cpp include/clang/Parse/Action.h lib/Parse/ParseExpr.cpp lib/Parse/ParseStmt.cpp lib/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaOverload.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Thu Jan 22 11:00:48 PST 2009


Sebastian Redl wrote:
> Exams went well, and I've committed the smart pointer disabler.
>   

Trying to profile Clang now, but it's not going well. Sample density is
just too low - I'm getting 28 samples from a run on a 3.3MB source file.
Definitely not enough to make decisions by.

How do I get the assembly listing of a Clang file? For that matter, how
do I get the makefiles to actually print the compilation command so that
I can duplicate it?

Sebastian



More information about the cfe-commits mailing list