brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 62145c0 Raw
13 lines · plain
1// REQUIRES: x86-registered-target2// RUN: %clang --target=x86_64-unknown-linux-gnu -c %s -o /dev/null3 4// Check that cc1as can use assembler info in object generation.5.data6	7foo:8.if . - foo == 09    .byte 0xaa10.else11    .byte 0x0012.endif13