mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00: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:
parent
85ec8a9ac1
commit
61f9ec5e61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user