You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
8
external/llvm/test/MC/AArch64/expr-shr.s
vendored
8
external/llvm/test/MC/AArch64/expr-shr.s
vendored
@ -1,8 +0,0 @@
|
||||
// RUN: llvm-mc -triple aarch64-unknown-unknown-elf %s | FileCheck %s --check-prefix=ELF
|
||||
// RUN: llvm-mc -triple aarch64-unknown-darwin %s | FileCheck %s --check-prefix=DARWIN
|
||||
|
||||
.data
|
||||
|
||||
// ELF: .xword 3
|
||||
// DARWIN: .quad 3
|
||||
.quad (~0 >> 62)
|
Reference in New Issue
Block a user