
-undef flag is passed in. Also __ASSEMBLER__ with -x assembler-with-cpp. (Don't ask.) llvm-svn: 132708
5 lines
123 B
C
5 lines
123 B
C
// RUN: %clang -undef -x assembler-with-cpp -E %s
|
|
#ifndef __ASSEMBLER__
|
|
#error "Must be preprocessed as assembler."
|
|
#endif
|