Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
asm-parser-info.S
blob: 62145c0a74d9929999f7600757c68eb04df0ab55 [
file
] [
log
] [
blame
]
//
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