-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* llvm: provide minimum changes needed for llvm 18 update These changes make it possible to build against llvm 18. In essence, there does not seem to be big problems. The only thing we need to adjust is how we identify indirect calls done by way of VTables. In essence we don't rely on types in function signatures from the LLVM IR anymore as we want to use debug information for this anyways, so we can kind of skip that part. Signed-off-by: David Korczynski <david@adalogics.com> * frontend: llvm: adjust patch Signed-off-by: David Korczynski <david@adalogics.com> * oss-fuzz: adjust patch Signed-off-by: David Korczynski <david@adalogics.com> * test: remove legacy pass manager since we do not use it anymore Signed-off-by: David Korczynski <david@adalogics.com> * oss-fuzz: add diff used for testing llvm18 in OSS-Fuzz Signed-off-by: David Korczynski <david@adalogics.com> --------- Signed-off-by: David Korczynski <david@adalogics.com>
- Loading branch information
1 parent
c24dc29
commit 46ca2bf
Showing
5 changed files
with
177 additions
and
9 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
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