[llvm] r366399 - [RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETS

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 11:58:14 PDT 2019


Hi Alex,

It looks like this commit enabled a test that is broken:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/33626

Please take a look:

FAIL: LLVM :: MC/RISCV/rv32i-aliases-invalid.s (24501 of 32578)
******************** TEST 'LLVM :: MC/RISCV/rv32i-aliases-invalid.s' FAILED
********************
Script:
--
: 'RUN: at line 1';   not
/b/sanitizer-x86_64-linux-fast/build/llvm_build_ubsan/bin/llvm-mc
/b/sanitizer-x86_64-linux-fast/build/llvm/test/MC/RISCV/rv32i-aliases-invalid.s
-triple=riscv32 -riscv-no-aliases 2>&1 |
/b/sanitizer-x86_64-linux-fast/build/llvm_build_ubsan/bin/FileCheck
/b/sanitizer-x86_64-linux-fast/build/llvm/test/MC/RISCV/rv32i-aliases-invalid.s
: 'RUN: at line 2';   not
/b/sanitizer-x86_64-linux-fast/build/llvm_build_ubsan/bin/llvm-mc
/b/sanitizer-x86_64-linux-fast/build/llvm/test/MC/RISCV/rv32i-aliases-invalid.s
-triple=riscv32 2>&1 |
/b/sanitizer-x86_64-linux-fast/build/llvm_build_ubsan/bin/FileCheck
/b/sanitizer-x86_64-linux-fast/build/llvm/test/MC/RISCV/rv32i-aliases-invalid.s
--
Exit Code: 1

Command Output (stderr):
--
/b/sanitizer-x86_64-linux-fast/build/llvm/test/MC/RISCV/rv32i-aliases-invalid.s:9:21:
error: CHECK: expected string not found in input
li t4, foo # CHECK: :[[@LINE]]:8: error: immediate must be an integer in
the range [-2147483648, 4294967295]
                    ^
<stdin>:5:1: note: scanning from here
li x0, -2147483649 # CHECK: :[[@LINE]]:8: error: immediate must be an
integer in the range [-2147483648, 4294967295]
^
<stdin>:5:1: note: uses undefined variable(s): "@LINE"
li x0, -2147483649 # CHECK: :[[@LINE]]:8: error: immediate must be an
integer in the range [-2147483648, 4294967295]
^
<stdin>:5:38: note: possible intended match here
li x0, -2147483649 # CHECK: :[[@LINE]]:8: error: immediate must be an
integer in the range [-2147483648, 4294967295]
                                     ^

--


On Wed, Jul 17, 2019 at 9:04 PM Alex Bradbury via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: asb
> Date: Wed Jul 17 21:05:18 2019
> New Revision: 366399
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366399&view=rev
> Log:
> [RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETS
>
> *San flagged issues should be now be addressed.
>
> Modified:
>     llvm/trunk/CMakeLists.txt
>
> Modified: llvm/trunk/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=366399&r1=366398&r2=366399&view=diff
>
> ==============================================================================
> --- llvm/trunk/CMakeLists.txt (original)
> +++ llvm/trunk/CMakeLists.txt Wed Jul 17 21:05:18 2019
> @@ -285,6 +285,7 @@ set(LLVM_ALL_TARGETS
>    MSP430
>    NVPTX
>    PowerPC
> +  RISCV
>    Sparc
>    SystemZ
>    WebAssembly
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/0358da90/attachment.html>


More information about the llvm-commits mailing list