mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Fix a small bug in the parsing of anonymous globals.
It was able to parse hidden dllexport global i32 42 but not dllexport global i32 42 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -16,3 +16,5 @@ define i32 @foo(i32 %blah) {
|
||||
ret i32 %blah
|
||||
}
|
||||
|
||||
hidden dllexport global i32 42
|
||||
dllexport global i32 42
|
||||
|
Reference in New Issue
Block a user