[llvm-bugs] [Bug 39238] New: [AVR] Regression test CodeGen/AVR/call.ll fails in revision 344047
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 9 22:41:52 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39238
Bug ID: 39238
Summary: [AVR] Regression test CodeGen/AVR/call.ll fails in
revision 344047
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AVR
Assignee: unassignedbugs at nondot.org
Reporter: kphatak at gmail.com
CC: llvm-bugs at lists.llvm.org
Testcase CodeGen/AVR/call.ll fails in latest AVR build, 10th October 2018,
r344047
********************
FAIL: LLVM :: CodeGen/AVR/call.ll (7966 of 28024)
******************** TEST 'LLVM :: CodeGen/AVR/call.ll' FAILED
********************
Script:
--
: 'RUN: at line 1'; /home/llvm_build/bin/llc <
/home/llvm/llvm/test/CodeGen/AVR/call.ll
-march=avr -mattr=avr6 | /home/llvm_build/bin/FileCheck
/home/llvm/test/CodeGen/AVR/call.ll
--
Exit Code: 1
Command Output (stderr):
--
/home/llvm/test/CodeGen/AVR/call.ll:179:10: error: CHECK: expected string not
found in input
; CHECK: movw r30, [[REG]]
^
<stdin>:380:2: note: scanning from here
icall
^
<stdin>:380:2: note: with variable "REG" equal to "r30"
icall
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181010/1e2108cd/attachment.html>
More information about the llvm-bugs
mailing list