bolt/deps/llvm-18.1.8/clang/test/CodeGen/asm-parser-info.S

13 lines
242 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
// REQUIRES: x86-registered-target
// RUN: %clang --target=x86_64-unknown-linux-gnu -c %s -o /dev/null
// Check that cc1as can use assembler info in object generation.
.data
foo:
.if . - foo == 0
.byte 0xaa
.else
.byte 0x00
.endif