Fixing issues with cpp support for ASPIS#3
Open
EmilioCorigliano wants to merge 6 commits intoHEAPLab:masterfrom
Open
Fixing issues with cpp support for ASPIS#3EmilioCorigliano wants to merge 6 commits intoHEAPLab:masterfrom
EmilioCorigliano wants to merge 6 commits intoHEAPLab:masterfrom
Conversation
46fef25 to
a279466
Compare
…sic block Fixes HEAPLab#2. When creating a VerificationBB between the exception handling and the call of __clang_call_terminate, the invoke landing pad address was substituted with the verificationBB address instead of the exception handler address. This lead to the invoke unwind label jumping after the exception handling part, leading to the "The unwind destination does not have an exception handling instruction!" error.
Added tests for: - Potentially throwing operation called in a `noexcept` function - Function returning a struct (generating a `sret` parameter) - static class, generating an `llvm.global_ctors`
a279466 to
f291980
Compare
Now the global constructor called are the dup versions if they exist
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
_dupversion of global constructors if existent