Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / asm-parser-info.S
blob62145c0a74d9929999f7600757c68eb04df0ab55
1 // REQUIRES: x86-registered-target
2 // RUN: %clang --target=x86_64-unknown-linux-gnu -c %s -o /dev/null
4 // Check that cc1as can use assembler info in object generation.
5 .data
6         
7 foo:
8 .if . - foo == 0
9     .byte 0xaa
10 .else
11     .byte 0x00
12 .endif