mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
TableGen has a limited preprocessor, which only really supports easier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360670 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
122 B
TableGen
7 lines
122 B
TableGen
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: #else without #ifdef or #ifndef
|
|
#else
|
|
#else
|
|
#endif
|