mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
bbceead2ad
GAS uses "m" as a compatibility alias for "M" (SHF_MERGE). "o" is free, except on ia64, where it already means SHF_LINK_ORDER. llvm-svn: 299479
6 lines
166 B
ArmAsm
6 lines
166 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: expected metadata symbol
|
|
|
|
.section .shf_metadata,"ao",@progbits
|