[LLVMbugs] [Bug 17552] New: CHECK-LABEL broke CHECK-DAG
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 11 08:17:37 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17552
Bug ID: 17552
Summary: CHECK-LABEL broke CHECK-DAG
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ cat test.txt
CHECK-DAG: foo
CHECK-LABEL: bar
$ echo bar | ./build/bin/FileCheck test.txt
With a CHECK instead of o CHECK-LABEL it works:
$ echo bar | ./build/bin/FileCheck test.txt
test.txt:1:12: error: expected string not found in input
CHECK-DAG: foo
^
<stdin>:1:1: note: scanning from here
bar
^
--
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/20131011/674505bf/attachment.html>
More information about the llvm-bugs
mailing list