-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aliasobj] just build the alias objects once #2743
Conversation
I got annoyed at the continual `Assembling:` lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooh, thanks - I was thinking about making the exact same change when I counted the output lines.
Note that I think the debug and release aliasobjs may actually be different in relevant ways (in that the debug ones have debugger information for the added symbols. |
I'm not sure if the `alternate_name_broke_linker` test is still broken, but it does work on my machine
@barcharcraz having looked at the resulting COFF files, there doesn't seem to be a difference (two bytes difference excepting file name and date/time) |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for simplifying this new part of the build! 🎉 ✅ 😸 |
Co-authored-by: Nicole Mazzuca <[email protected]> Co-authored-by: Stephan T. Lavavej <[email protected]>
I got annoyed at the continual
Assembling:
linescc @barcharcraz
this shouldn't change output at all, but it will make it so we only build the asm files once.
it is also extremely unimportant.