Mercurial > hg > CbC > CbC_llvm
view clang/test/Preprocessor/x86_seg_fs_gs.c @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author | anatofuz |
---|---|
date | Tue, 24 Mar 2020 15:30:52 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
// RUN: %clang -target i386-unknown-unknown -x c -E -dM -o - %s | FileCheck -match-full-lines %s // RUN: %clang -target x86_64-unknown-unknown -x c -E -dM -o - %s | FileCheck -match-full-lines %s // CHECK: #define __SEG_FS 1 // CHECK: #define __SEG_GS 1 // CHECK: #define __seg_fs __attribute__((address_space(257))) // CHECK: #define __seg_gs __attribute__((address_space(256)))