llvm
llvm copied to clipboard
[XPTI] Don't define macro with reserved name
__XPTI_INSERT_IF_MSVC is a reserved name. Additionally this macro was only used once, right next to some gcc and clang conditional inclusion of a similar form, so it makes sense to just delete the definition and expand the use.