https://sourceware.org/bugzilla/show_bug.cgi?id=25380

--- Comment #5 from Fangrui Song <i at maskray dot me> ---
In clang's integrated assembler, a unique ID is an `unsigned` (0~0xffffffff). I
think any sufficiently large upper bound (larger than reasonable numbers of
sections) should work.

Note,

.section .foo,"ax",@progbits
and
.section .foo,"ax",@progbits,unique,0

are different.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to