mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Update test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80490 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -47,8 +47,10 @@ foo:
|
||||
// CHECK: .zerofill __DATA,__bss,"a 7",1
|
||||
.lcomm "a 7", 1
|
||||
|
||||
// CHECK: .lsym "a 8",1
|
||||
.lsym "a 8", 1
|
||||
// FIXME: We don't bother to support .lsym.
|
||||
|
||||
// CHECX: .lsym "a 8",1
|
||||
// .lsym "a 8", 1
|
||||
|
||||
// CHECK: set "a 9", a - b
|
||||
.set "a 9", a - b
|
||||
|
Reference in New Issue
Block a user