forked from OSchip/llvm-project
parent
cbf9bc35d2
commit
8ea8b343c4
|
@ -1,8 +1,8 @@
|
|||
/PtrDiffType / RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -check-prefix ASM %s
|
||||
// RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -check-prefix ASM %s
|
||||
//
|
||||
// ASM:#define __ASSEMBLER__ 1
|
||||
//
|
||||
//
|
||||
//
|
||||
// RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -check-prefix BLOCKS %s
|
||||
//
|
||||
// BLOCKS:#define __BLOCKS__ 1
|
||||
|
|
Loading…
Reference in New Issue