Update the documentation. Rework various backends that relied on the code type. Differential Revision: https://reviews.llvm.org/D92269
6 lines
147 B
TableGen
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" }]>;
|