brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 0dc7f24 Raw
13 lines · plain
1// REQUIRES: x86-registered-target2// RUN: %clang -cc1as -triple x86_64 -filetype obj --defsym A=1 %s -o %t.o3// RUN: llvm-nm %t.o | FileCheck %s4 5// CHECK: 0000000000000001 A foo6 7.globl foo8.ifdef A9foo = 110.else11foo = 012.endif13