Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers.
[oota-llvm.git] / test / TableGen / 2003-08-03-PassCode.td
index 71421865a5880ed07940d7e39da4270594d413e5..b851a15ffe8b1c2b76a23911e2f46f4c03967bb8 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s
+// RUN: llvm-tblgen %s
 
 class test<code C> {
   code Code = C;