mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
15379f2764
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" }]>;
|