Files
clang-p2996/llvm/test/TableGen/unterminated-code-block.td
Paul C. Anagnostopoulos 415fab6f67 [TableGen] Eliminate the 'code' type
Update the documentation.

Rework various backends that relied on the code type.

Differential Revision: https://reviews.llvm.org/D92269
2020-12-03 10:19:11 -05:00

6 lines
147 B
TableGen

// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
// CHECK: error: Unterminated code block
include "unterminated-code-block-include.inc" }]>;