diff options
Diffstat (limited to 'llvm/test/TableGen/Dag.td')
-rw-r--r-- | llvm/test/TableGen/Dag.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/Dag.td b/llvm/test/TableGen/Dag.td index d3481a550c3..9ed2301cef0 100644 --- a/llvm/test/TableGen/Dag.td +++ b/llvm/test/TableGen/Dag.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | FileCheck %s +// RUN: llvm-tblgen %s | FileCheck %s // XFAIL: vg_leak //===----------------------------------------------------------------------===// |