[cfe-dev] FileCheck help

Francois Pichet pichet2000 at gmail.com
Sat Sep 18 20:25:01 PDT 2010


Hi

Are these 2 filecheck equivalent:

// RUN: FileCheck -check-prefix=CHECK-X86_64 < %t %s
and
// RUN: FileCheck -check-prefix=CHECK-X86_64 --input-file=%t %s


I think so but i am not 100% sure.



More information about the cfe-dev mailing list