You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
16
external/llvm/test/MC/AsmParser/macro_parsing.s
vendored
Normal file
16
external/llvm/test/MC/AsmParser/macro_parsing.s
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
||||
|
||||
.macro DEF num
|
||||
int $0x\num
|
||||
.endm
|
||||
DEF 02
|
||||
DEF 08
|
||||
DEF 09
|
||||
DEF 0A
|
||||
DEF 10
|
||||
|
||||
# CHECK: int $2
|
||||
# CHECK: int $8
|
||||
# CHECK: int $9
|
||||
# CHECK: int $10
|
||||
# CHECK: int $16
|
Reference in New Issue
Block a user