-
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
Add rudimentry debug info metadata emission #4225
Merged
jonmeow
merged 12 commits into
carbon-language:trunk
from
dwblaikie:debug_info_flag_and_compilation_unit
Aug 20, 2024
Merged
Add rudimentry debug info metadata emission #4225
jonmeow
merged 12 commits into
carbon-language:trunk
from
dwblaikie:debug_info_flag_and_compilation_unit
Aug 20, 2024
Commits on Aug 16, 2024
-
Add rudimentry debug info metadata emission
This adds just the debug info metadata for Compilation Units (the top level container of debug info) - but without anything in them, LLVM won't emit them at all, so while this is testable at the IR level, it isn't observable at the object level until more debug info is added.
Configuration menu - View commit details
-
Copy full SHA for a835f50 - Browse repository at this point
Copy the full SHA a835f50View commit details
Commits on Aug 19, 2024
-
left-bind '*' in toolchain/lower/file_context.h
Co-authored-by: Carbon Infra Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58981cd - Browse repository at this point
Copy the full SHA 58981cdView commit details -
Co-authored-by: Carbon Infra Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 391bb7d - Browse repository at this point
Copy the full SHA 391bb7dView commit details -
add argument name comments for clarity
Co-authored-by: Jon Ross-Perkins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 613c888 - Browse repository at this point
Copy the full SHA 613c888View commit details -
Configuration menu - View commit details
-
Copy full SHA for b57a741 - Browse repository at this point
Copy the full SHA b57a741View commit details -
Make FileContext::BuildDICompileUnit a factory function
(also rename it, adding the 'DI' in the name to match the type and member variable name) This renders `include_debug_info_` unused, so remove it - we can rely on the CU being non-null as the marker for debug info emission in future patches/work.
Configuration menu - View commit details
-
Copy full SHA for 2c6dbf6 - Browse repository at this point
Copy the full SHA 2c6dbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9a820 - Browse repository at this point
Copy the full SHA 5a9a820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e57de9 - Browse repository at this point
Copy the full SHA 4e57de9View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1eeafe1 - Browse repository at this point
Copy the full SHA 1eeafe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd996bd - Browse repository at this point
Copy the full SHA dd996bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0098d - Browse repository at this point
Copy the full SHA dd0098dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dd9fe - Browse repository at this point
Copy the full SHA 84dd9feView 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.