forked from OSchip/llvm-project
[MLIR] Enable lit test driver for simple check test.
PiperOrigin-RevId: 201554536
This commit is contained in:
parent
9603f9fe35
commit
80a03c80a9
|
@ -1,5 +1,7 @@
|
|||
// RUN: %mlir-opt --help | grep 'MLIR modular optimizer'
|
||||
// RUN: %mlir-opt --help | FileCheck %s
|
||||
// TODO(andydavis) Resolve relative path issue w.r.t invoking mlir-opt in RUN
|
||||
// statements (perhaps through using lit config substitutions).
|
||||
//
|
||||
// RUN: %S/../../mlir-opt --help | FileCheck %s
|
||||
//
|
||||
// CHECK: OVERVIEW: MLIR modular optimizer driver
|
||||
|
||||
|
|
Loading…
Reference in New Issue