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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs