[llvm-commits] [llvm] r153909 - /llvm/trunk/utils/release/test-release.sh

Bill Wendling wendling at apple.com
Tue Apr 3 04:26:50 PDT 2012


On Apr 3, 2012, at 12:58 AM, Duncan Sands wrote:

> Hi Eric,
> 
>> Probably want to do the compare in debug mode too. Stage 2 and 3 should generate identical debug info.
> 
> aren't they built in different directories, resulting in different debug info
> due to the directory being included in the debug info (I'm thinking of debug
> info for generated files like tablegen files that are created in the build
> directory)?
> 
Yeah, so I'll need to modify the script to build them in the same directory and then move the files to the ending directory...kind of what gcc does.

-bw





More information about the llvm-commits mailing list