[llvm-commits] CVS: llvm/include/llvm/Support/Debug.h

Bill Wendling isanbard at gmail.com
Thu Nov 16 19:49:39 PST 2006


On Nov 16, 2006, at 6:25 PM, Reid Spencer wrote:
> Can we build an optimized, with symbols (-g -O2) version of one of  
> these
> modules and see if those symbols are getting removed ?  If so, I'm  
> fine
> with it. If not, we need a new strategy.
>
I just compiled the normal way (with -g) and RegAllocLinearScan had a  
bunch of strings when I ran "strings" on it. When I compiled it with  
"-g -O2 -DNDEBUG", it gave this:

Linear Scan Register Allocator
regalloc
Ratio of intervals processed over total intervals
Number of times we had to backtrack
linearscan
   linear scan register allocator
vector::_M_insert_aux
}d[x9)

And there was only llvm_ostream in the -g way of compiling things.

-bw



More information about the llvm-commits mailing list