repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Merge ostream operators for SymbolStringPtrs into SymbolStringPool.h. NFC.
[llvm-project.git]
/
llvm
/
test
/
TableGen
/
prep-diag12.td
blob
02ffa672b2fa050dd5c911d5cbd94234dce0cda1
1
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
2
3
// CHECK: error: reached EOF without matching #endif
4
// CHECK: error: the latest preprocessor control is here
5
#ifdef DISABLED
6
#else
7
#define ENABLED
8
include "prep-diag12-include.inc"