[llvm-bugs] [Bug 34393] New: CodeGen/AArch64/machine-outliner-remarks.ll is failing on ubuntu trusty i386
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Wed Aug 30 22:56:22 PDT 2017
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=34393
            Bug ID: 34393
           Summary: CodeGen/AArch64/machine-outliner-remarks.ll is failing
                    on ubuntu trusty i386
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedbugs at nondot.org
          Reporter: sylvestre at debian.org
                CC: llvm-bugs at lists.llvm.org
Script:
--
/build/llvm-toolchain-snapshot-6.0~svn312209/build-llvm/./bin/llc
/build/llvm-toolchain-snapshot-6.0~svn312209/test/CodeGen/AArch64/machine-outliner-remarks.ll
-enable-machine-outliner -mtriple=aarch64-unknown-unknown
-pass-remarks-missed=machine-outliner -o /dev/null 2>&1 |
/build/llvm-toolchain-snapshot-6.0~svn312209/build-llvm/./bin/FileCheck
/build/llvm-toolchain-snapshot-6.0~svn312209/test/CodeGen/AArch64/machine-outliner-remarks.ll
/build/llvm-toolchain-snapshot-6.0~svn312209/build-llvm/./bin/llc
/build/llvm-toolchain-snapshot-6.0~svn312209/test/CodeGen/AArch64/machine-outliner-remarks.ll
-enable-machine-outliner -mtriple=aarch64-unknown-unknown -o /dev/null
-pass-remarks-missed=machine-outliner
-pass-remarks-output=/build/llvm-toolchain-snapshot-6.0~svn312209/build-llvm/test/CodeGen/AArch64/Output/machine-outliner-remarks.ll.tmp.yaml
cat
/build/llvm-toolchain-snapshot-6.0~svn312209/build-llvm/test/CodeGen/AArch64/Output/machine-outliner-remarks.ll.tmp.yaml
| /build/llvm-toolchain-snapshot-6.0~svn312209/build-llvm/./bin/FileCheck
/build/llvm-toolchain-snapshot-6.0~svn312209/test/CodeGen/AArch64/machine-outliner-remarks.ll
-check-prefix=YAML
--
Exit Code: 1
Command Output (stderr):
--
remark: machine-outliner-remarks.ll:5:9: Did not outline 2 instructions from 2
locations. Instructions from outlining all occurrences (9) >= Unoutlined
instruction count (4) (Also found at: machine-outliner-remarks.ll:13:9)
/build/llvm-toolchain-snapshot-6.0~svn312209/test/CodeGen/AArch64/machine-outliner-remarks.ll:28:14:
error: expected string not found in input
; YAML-NEXT: - OtherStartLoc1: 'machine-outliner-remarks.ll:13:9'
             ^
<stdin>:38:2: note: scanning from here
 - 4: 'machine-outliner-remarks.ll:13:9'
 ^
--
-- 
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/20170831/d2d819f3/attachment-0001.html>
    
    
More information about the llvm-bugs
mailing list