This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e338565757
llvm-6502
/
test
/
TableGen
/
BitsInitOverflow.td
6 lines
100 B
TableGen
Raw
Normal View
History
Unescape
Escape
s/tblgen/llvm-tblgen/g in a few missed places, including the tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06 13:39:59 +00:00
// RUN: not llvm-tblgen %s 2> /dev/null
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7525 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-03 18:28:09 +00:00
def
{
bits
<
2
>
X
=
5
;
// bitfield is too small, reject
}
Reference in New Issue
Copy Permalink