Rafael Espindola | 8ca44f0 | 2015-04-04 18:02:01 +0000 | [diff] [blame] | 1 | // RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s |
2 | |||||
3 | // CHECK: error: unique id is too large | ||||
4 | |||||
Rafael Espindola | 41e2b5c | 2015-04-06 16:34:41 +0000 | [diff] [blame] | 5 | .section .text,"ax",@progbits,unique, 4294967295 |