[llvm-dev] Prefixing DEBUG messages with DEBUG_TYPE (was re: [PATCH] D13259: LLE 6/6: Add LoopLoadElimination pass)

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 2 11:36:48 PST 2015


On 11/2/2015 1:19 PM, Hal Finkel via llvm-dev wrote:
>
> I generally find the prefixes convenient when searching the debug output for debug messages from a particular pass.

On the other hand, I have only used -debug (output from all passes) 
once. I normally only use -debug-only, or #define DEBUG(x) to (x).

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-dev mailing list