-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some fixes to Debug Information Generation (#131)
* cleanup of build scripts * added fix to process debug info before typeconversion * fixed issue with using stream when file is not provided * cleanup * progress * fixes * final fix * fix * some fixes * more fixes * more fixes * more fixes * more fixes * more fixes * progress of fixes * some refactoring * progress * final fix for nested scopes * added fix for DI return types * progress of improving DI * added namespace * progress of fixes for DI * fixed column location in di * added arg number to params * progress * added more types * progress * more fixes * more fixes * progress * updated build scripts * added some fixes * more fixes * progress * added LLVM_SYMBOLIZER_PATH to test run * added more envs * some fixes * fixing path * update * more fixes * more fixes * final fix * cleanup * fix * added extra code to unique anonymous names * added location data to type tests * more fixes * more fixes * more fixes * more fixes * more fixes * more fixes * progress * more fixes * added warning * update test * added final bit to avoid casting in case of opt types in receiver * added some warnings * added more fixes
- Loading branch information
1 parent
ed9dd70
commit d1e9cdf
Showing
29 changed files
with
1,322 additions
and
570 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
git tag -a v0.0-pre-alpha55 -m "pre alpha v0.0-55" | ||
git tag -a v0.0-pre-alpha56 -m "pre alpha v0.0-56" | ||
git push origin --tags |
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,2 +1,2 @@ | ||
git push --delete origin v0.0-pre-alpha55 | ||
git tag -d v0.0-pre-alpha55 | ||
git push --delete origin v0.0-pre-alpha56 | ||
git tag -d v0.0-pre-alpha56 |
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
Oops, something went wrong.