We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c55e commit 8a89a12Copy full SHA for 8a89a12
clang/lib/Driver/Multilib.cpp
@@ -225,6 +225,10 @@ bool MultilibSet::select(
225
Selected.clear();
226
bool AnyErrors = false;
227
228
+ // Determining the list of macro defines depends only on the custom flags
229
+ // passed in. The library variants actually selected are not relevant in
230
+ // this. Therefore this assignment can take place before the selection
231
+ // happens.
232
if (CustomFlagMacroDefines)
233
*CustomFlagMacroDefines = std::move(CFMacroDefines);
234
0 commit comments