brintos

brintos / llvm-project-archived public Read only

0
0
Text · 381 B · b7a586c Raw
8 lines · c
1// RUN: %clang -target i386-unknown-unknown -x c -E -dM -o - %s | FileCheck -match-full-lines %s2// RUN: %clang -target x86_64-unknown-unknown -x c -E -dM -o - %s | FileCheck -match-full-lines %s3 4// CHECK: #define __SEG_FS 15// CHECK: #define __SEG_GS 16// CHECK: #define __seg_fs __attribute__((address_space(257)))7// CHECK: #define __seg_gs __attribute__((address_space(256)))8