mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
[libcxx] [test] Fix the nasty_macros test on Windows on ARM/ARM64
This isn't a configuration that we unfortunately can add to the CI practically at the moment, but I do run the tests sporadically offline in this configuration. Differential Revision: https://reviews.llvm.org/D124993
This commit is contained in:
@@ -108,7 +108,10 @@
|
||||
#define C NASTY_MACRO
|
||||
#define Cp NASTY_MACRO
|
||||
#define Cs NASTY_MACRO
|
||||
#define D NASTY_MACRO
|
||||
// Windows setjmp.h contains a struct member named 'D' on ARM/AArch64.
|
||||
#ifndef _WIN32
|
||||
# define D NASTY_MACRO
|
||||
#endif
|
||||
#define Dp NASTY_MACRO
|
||||
#define Ds NASTY_MACRO
|
||||
#define E NASTY_MACRO
|
||||
|
||||
Reference in New Issue
Block a user