Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / test / TableGen / 2010-03-24-PrematureDefaults.td
index 2ff2d42d27304cc019c88365d36b0525fc434026..24f6c93b3e17cf7d4f00b4e20471bdb084ab7d86 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | FileCheck %s
+// RUN: llvm-tblgen %s | FileCheck %s
 // XFAIL: vg_leak
 
 class A<int k, bits<2> x = 1> {