Displaying 3 results from an estimated 3 matches for "f83c0b4e".
2013 Mar 15
0
[LLVMdev] Can the FileCheck ignore spaces ?
http://llvm.org/docs/CommandGuide/FileCheck.html
says FileCheck ignores white spaces/tabs by default unless you use
"--strict-whitespace" option.
2013/3/15 Shawn <shaolin.xie at ia.ac.cn>:
> Hi all:
> I'm writing testcase for the MC layer regression in llvm, the
> disassembled string is a bit complicate, for example:
> "IALU.T0 (I0) = BIU0.DM ; REPEAT
2013 Mar 16
1
[LLVMdev] Can the FileCheck ignore spaces ?
...gt;>
>> Kind Regards.
>>
>> Shawn.
>>
>
>
--
============================
中国科学院自动化研究所 谢少林
电话: 010-62620080-777
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130316/f83c0b4e/attachment.html>
2013 Mar 15
3
[LLVMdev] Can the FileCheck ignore spaces ?
Hi all:
I'm writing testcase for the MC layer regression in llvm, the
disassembled string is a bit complicate, for example:
"IALU.T0 (I0) = BIU0.DM ; REPEAT AT ( 2 ) ;;"
The spaces in the disassembled string is error-prone. Is there any
option to tell the FileCheck utility to ignore the spaces ?
Kind Regards.
Shawn.