You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using `-g` with the regular `clang` command line is not supported on
Windows.
On Windows `clang-cl` and `/Mdd` should be used instead.
However it doesn't seem like this test is testing anything to do debug
info and I couldn't find any reason for having it in the history, so
removing `-g` is the simplest solution to make the test work on both
Linux and Windows.
This should fix the post-commit issue that showed up in:
#6721
0 commit comments