-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKEND] Update LLVM to llvm/llvm-project@1d40fefb08e9b114687677
Upgrading LLVM repo, because we need a feature that has been recently submitted in llvm/llvm-project#d741435d7 Changes made: - changed the signature of `visit` method in `ConstantAnalysis` - i.e., accepts an instance of the `ProgramPoint`. - updated calls to `getLatticeElementFor` -i.e., accepts an instance of the `ProgramPoint`. - added the required last parameter to `LLVM::DISubprogramAttr::get` - i.e., an empty `annotations`.
- Loading branch information
1 parent
8fb7342
commit 7794dd3
Showing
4 changed files
with
10 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
61f8a7f618901797ee8663389a29722f29216a96 | ||
1d40fefb08e9b11b72bf40274aa7839ae9f7fe07 |
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