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

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 07:57:42 PST 2017


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


More information about the llvm-commits mailing list