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.
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.
Yep