diff options
Diffstat (limited to 'test/TableGen/defmclass.td')
-rw-r--r-- | test/TableGen/defmclass.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/defmclass.td b/test/TableGen/defmclass.td index 57972b6dae54f..80f03b319426e 100644 --- a/test/TableGen/defmclass.td +++ b/test/TableGen/defmclass.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | FileCheck %s +// RUN: llvm-tblgen %s | FileCheck %s // XFAIL: vg_leak class XD { bits<4> Prefix = 11; } |