[llvm] r199245 - Fix a low hanging use of hasRawTextSupport.
Doug Gilmore
Doug.Gilmore at imgtec.com
Tue Jan 14 17:53:07 PST 2014
Sorry for resending my last message got bounced.
Our direct object emission nightly Buildbot broke last night:
https://dmz-portal.mips.com/bb/builders/LLVM%20with%20delay%20slot%20optimizer%20and%20direct%20object%20emitter/builds/1445
The problem appears to be that symbols are being marked micromips when they should not be.
Reverting r199245 and r199181 fixes the issues.
Is it OK if we revert these changes and then diagnose the issue at hand?
Thanks,
Doug
On 01/14/2014 10:57 AM, Rafael Espindola wrote:
> Author: rafael
> Date: Tue Jan 14 12:57:12 2014
> New Revision: 199245
>
> URL: http://llvm.org/viewvc/llvm-project?rev=199245&view=rev
> Log:
> Fix a low hanging use of hasRawTextSupport.
>
> This also fixes the placement of the function label comment. It was being
> placed next to the mips16 directive instead of next to the label.
>
> ...
More information about the llvm-commits
mailing list