forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swift types have the concept of "extra inhabitants". An extra inhabitant is a bit pattern that does not represent a valid value for objects of a given type. Add a new Apple DWARF extension, APPLE_num_extra_inhabitants, to encode this information in DWARF.
- Loading branch information
1 parent
17bd0c7
commit 89d458b
Showing
13 changed files
with
208 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Doesn't this change require changes to the unittests at https://github.com/apple/llvm-project/blob/stable/20230725/llvm/unittests/IR/DebugTypeODRUniquingTest.cpp#L31-L34
I cannot seem to be able to build/run
check-llvm
without changes into that file to adapt to this changes.