-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Generate synthetic object file to ensure all exported and used symbols participate in the linking #95604
Merged
Commits on Apr 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 419e3ba - Browse repository at this point
Copy the full SHA 419e3baView commit details -
This is currently a wrapper to `SymbolExportLevel` but it allows later addition of extra information.
Configuration menu - View commit details
-
Copy full SHA for 49cc6d1 - Browse repository at this point
Copy the full SHA 49cc6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dae4b - Browse repository at this point
Copy the full SHA a1dae4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 773f533 - Browse repository at this point
Copy the full SHA 773f533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f0e72 - Browse repository at this point
Copy the full SHA 78f0e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for c475117 - Browse repository at this point
Copy the full SHA c475117View commit details -
Conditionally export msan symbols only if they are defined
* `__msan_keep_going` is defined when `-Zsanitizer-recover=memory`. * `__msan_track_origins` is defined when `-Zsanitizer-memory-track-origins`.
Configuration menu - View commit details
-
Copy full SHA for e2fdb84 - Browse repository at this point
Copy the full SHA e2fdb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8693227 - Browse repository at this point
Copy the full SHA 8693227View commit details
Commits on Apr 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ebeb28 - Browse repository at this point
Copy the full SHA 9ebeb28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af3e0a - Browse repository at this point
Copy the full SHA 1af3e0aView commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f9b2b3 - Browse repository at this point
Copy the full SHA 6f9b2b3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.