[llvm] r201237 - Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call

Daniel Sanders Daniel.Sanders at imgtec.com
Thu Feb 13 01:58:40 PST 2014


Thanks. I had several other failures from buildbot after this commits so I reverted them (in r201241) while I figure out why each test failed.

The first one probably just needs -no-integrated-as adding to the command. I expect it covers a target independent bug and only contains X86 inline assembly because it happened to be discovered on X86. I'm not sure why it didn't fail when I ran 'ninja check-all' though.

The second one seems odd. Does this buildbot limit the build to the ARM target using LLVM_TARGETS_TO_BUILD or the autoconf equivalent? If so, that's probably the cause and I'll have to split the test into target dependent parts.

> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 12 February 2014 18:20
> To: Daniel Sanders
> Cc: LLVM Commits
> Subject: Re: [llvm] r201237 - Demote EmitRawText call in
> AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
> 
> On 12 February 2014 14:44, Daniel Sanders <daniel.sanders at imgtec.com>
> wrote:
> > Author: dsanders
> > Date: Wed Feb 12 08:44:54 2014
> > New Revision: 201237
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=201237&view=rev
> > Log:
> > Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove
> hasRawTextSupport() call
> 
> Hi Daniel,
> 
> Two tests broke on our ARM bot:
> 
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15-self-
> host/builds/678/steps/check-all/logs/LLVM%3A%3A2007-12-17-InvokeAsm.ll
> 
> I think it needs to be moved to an x86 directory.
> 
> and
> 
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15-self-
> host/builds/678/steps/check-all/logs/LLVM%3A%3Amature-mc-support.ll
> 
> Not sure why invalid target 'aarch64'.
> 
> Can you have a look, please?
> 
> cheers,
> --renato





More information about the llvm-commits mailing list