64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
6 lines
176 B
ArmAsm
6 lines
176 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: unique id is too large
|
|
|
|
.section .text,"ax",@progbits,unique, 4294967295
|