[llvm] r199245 - Fix a low hanging use of hasRawTextSupport.

Doug Gilmore Doug.Gilmore at imgtec.com
Tue Jan 14 22:46:33 PST 2014


> > From: Rafael EspĂ­ndola [rafael.espindola at gmail.com]
> > Sent: Tuesday, January 14, 2014 7:36 PM
> > To: Doug Gilmore
> > Cc: llvm-commits
> > Subject: Re: [llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
> > 
> > > It appears that everything is getting marked as micromips:
> > > $ cat foobar.c
> > > void foo() {}
> > > void bar() {}
> > > $ clang -O3 -target mipsel-linux-gnu -EL -gcc-toolchain /mips/arch/overflow/codesourcery/mips-linux-gnu/pro/release/2011.09-90/Linux  -integrated-as  -fomit-frame-pointer foobar.c -c
> > > $ readelf -s foobar.o
> > 
> > Duh, it is very likely just a uninitialized variable. Fixed in
> > r199288. Really sorry about that.
> > 
> > I also noticed that data would have been marked as micromips. I fixed
> > that in 199287.
> Thanks, I started another build to check status.
> ...
I flubbed checking the time -- our nightly testing pulled after
your commits, so your change is already tested:

https://dmz-portal.mips.com/bb/builders/LLVM%20with%20delay%20slot%20optimizer%20and%20direct%20object%20emitter/builds/1450

We're green!

Thanks,

Doug





More information about the llvm-commits mailing list