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
Since the C runtime must match in the entire address space, when
building with `/MD` or `/MDd` we know that the C/C++ code must match the
configuration of the runtime. With static linking, there can be only a
single C runtime in the address space, and so we know that the C/C++
code must match the configuration as well. We can derive the C/C++
flags for the compiler driver and transliterate them to the clang
spelling rather than the `cl` spelling.
The C/C++ compiler flags being added here map directly to the behaviour
of the associated `cl` flag.
0 commit comments