mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04:00
f19a9097c6
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
5 lines
129 B
TableGen
5 lines
129 B
TableGen
// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: Only comments are supported after #ifndef NAME
|
|
#ifndef MACRO 42
|