This is an archive of the discontinued LLVM Phabricator instance.

[clang] [test] Fix test failures due to -Wbuiltin-macro-redefined in MinGW mode
AbandonedPublic

Authored by mstorsjo on May 29 2023, 1:21 PM.

Details

Summary

These tests undefine declspec or stdcall, both which are
builtin macros in MinGW mode. Therefore, build those cases with
-Wno-builtin-macro-redefined.

Diff Detail