[llvm] r294458 - [Assembler] Enable nicer diagnostics for inline assembly.

Sanne Wouda via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 08:20:50 PST 2017


Hi Renato,


Sorry about that; I have a fix that I can commit in a minute (just testing it now).  I'll remove the -march directive and put in a regexp for the column number.


Thanks,

Sanne

________________________________
From: Renato Golin <renato.golin at linaro.org>
Sent: 08 February 2017 15:57:42
To: Sanne Wouda
Cc: LLVM Commits
Subject: Re: [llvm] r294458 - [Assembler] Enable nicer diagnostics for inline assembly.

On 8 February 2017 at 14:48, Sanne Wouda via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: sanwou01
> Date: Wed Feb  8 08:48:05 2017
> New Revision: 294458
>
> URL: http://llvm.org/viewvc/llvm-project?rev=294458&view=rev
> Log:
> [Assembler] Enable nicer diagnostics for inline assembly.
>
> Fixed test.

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-39vma/builds/3732

Just making sure you've seen this, as there was another error on most
bots when this hit:

inline-asm-diags.ll:6:10: error: expected string not found in input
; CHECK: <inline asm>:2:7: error: expected relocatable expression
         ^
<stdin>:1:1: note: scanning from here
/home/buildslave/buildslave/clang-cmake-aarch64-39vma/stage1/./bin/llc:
error: invalid target 'x86'.

You can't assume x86 exists on all builds. :)

cheers,
--renato
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/380aba70/attachment.html>


More information about the llvm-commits mailing list