This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-23 03:02:36 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
62d8f27aa1
llvm-mirror
/
test
/
Assembler
/
invalid-hexint.ll
5 lines
100 B
LLVM
Raw
Normal View
History
Unescape
Escape
Forgot to add test for r223856 llvm-svn: 223857
2014-12-10 00:51:14 +01:00
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
Make "@name =" mandatory for globals in .ll files. An oddity of the .ll syntax is that the "@var = " in @var = global i32 42 is optional. Writing just global i32 42 is equivalent to @0 = global i32 42 This means that there is a pretty big First set at the top level. The current implementation maintains it manually. I was trying to refactor it, but then started wondering why keep it a all. I personally find the above syntax confusing. It looks like something is missing. This patch removes the feature and simplifies the parser. llvm-svn: 269096
2016-05-10 20:22:45 +02:00
@0
=
global
i64
u
0x0
p
001
Forgot to add test for r223856 llvm-svn: 223857
2014-12-10 00:51:14 +01:00
; CHECK: expected value token
Reference in New Issue
Copy Permalink