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
f"Skipping extracing the common headers for {target}: not enough variants to compare.At least two variants must be enabled for the multilib header optimisation phase to proceed."
76
74
)
77
75
return
78
76
77
+
os.makedirs(output_include_dir, exist_ok=True)
78
+
79
79
# Step 1: compare first two variants and extract the common headers into the targets common include directory
0 commit comments