-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various build issues with latest llvm18
Latest llvm18 cannot build with bcc now. There are 3 issues: - In IRBuilder, getInt8PtrTy() renamed to getPtrTy(). - Newly introdeuced clang library libclangAPINotes.a. - Newly introduced llvm library libLLVMFrontendDriver.a This patch fixed the above three issues so bcc can be built with llvm18 successfully. I then tried a few bcc tools and they all works fine. Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
- Loading branch information
1 parent
0ae3b12
commit c6bde0b
Showing
3 changed files
with
35 additions
and
0 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