forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 44
Merge ObjWriter into dotnet/main and update to LLVM 14 API #287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
94a87f8
Apply llvm.patch
MichalStrehovsky 0aefd32
Add objwriter library
MichalStrehovsky 1d4cb63
Build the ObjWriter package
MichalStrehovsky 0f42ef5
Add ObjWriter API to set DWARF version (#161)
MichalStrehovsky 1a27b31
Add `.note.GNU-stack` section to produced executables (#162)
MichalStrehovsky 109f825
Remove Darwin workaround (#163)
MichalStrehovsky a49ffee
Fix llvm-dwarfdump warnings (#164)
MichalStrehovsky e44545d
Revert "Fix llvm-dwarfdump warnings (#164)" (#218)
agocke 884ec17
Add new NuGet package, `Microsoft.NETCore.Runtime.JIT.Tools`, include…
TIHan 9c1e92b
[ObjWriter] Enable DWARF debug information emitting for Mach-O (#269)
filipnavara 6111e56
Account for GOT VariantKind on osx-arm64 (#185)
am11 2390ca0
Add API for emitting compact unwind encoding, enforce DWARF encoding …
filipnavara 8346c28
Add comment
filipnavara 34463af
Update ObjWriter to LLVM 14 API
filipnavara 0643adf
Add support for generating uninitialized sections (#306)
MichalStrehovsky e3457ac
Do not indiscriminately create text section (#312)
MichalStrehovsky b6d50c7
Fix off-by-one error in DWARF reg-reg location (#317)
agocke 509a016
Setting context object file info
BrianBohe 5c4636e
Add verbosity to linux x64 pipeline
BrianBohe f1874e1
Revert "Add verbosity to linux x64 pipeline"
BrianBohe 6c3b36f
Upgrading linux build image
BrianBohe 9d76b36
[Temporary] Adding verbosity to get more pipeline error info
BrianBohe b270d3a
Update image name for linux x64
BrianBohe 6396d3c
Fix Linux x64 build
filipnavara ec23a5e
Revert "[Temporary] Adding verbosity to get more pipeline error info"
BrianBohe 63f8765
Updating Build_Linux_musl timeout
BrianBohe f9aebd3
Update linux-musl Docker images
filipnavara 490b66c
Fix linux-musl-x64 build
filipnavara 5c7ee7a
Setting clang/++ version 15 for linux musl
BrianBohe e4791a4
Copying clang/clan++ vars to unix-like OS
BrianBohe 20d55f1
Fix cut & paste error
filipnavara 2b93dd9
Fix objcopy and strip path in cross-compilation
filipnavara 9b1312e
Merge branch 'objwriter/main' of https://github.com/filipnavara/llvm-…
filipnavara 229bf06
Update azure-pipelines.yml
BrianBohe d098d57
Bump timeout for Linux musl build
akoeplinger e9f62f9
Clean up .gitignore
filipnavara e7e0e01
Consolidate Clang[Plus]Version into ClangVersionArg
filipnavara cfe6983
Move CLANG_TARGET from environment into build parameter
filipnavara adf6ca2
Update URL in cordebuginfo.h to point to dotnet/runtime
filipnavara 2cfdeb2
Bump Windows build timeout to 210
filipnavara 74fa15a
Fix a typo in compiler name
filipnavara 07f26e9
Revert $(_BuildConfig) -> "$(_BuildConfig)" change
filipnavara 2a00d23
Change ClangTarget to ClangTargetArg since apparently it gets propaga…
filipnavara a32f444
Fix inadvertent change
akoeplinger c4ad99f
Bump timeout everywhere
akoeplinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,4 +67,5 @@ pythonenv* | |
| /lldb/docs/python_api/ | ||
|
|
||
| /artifacts | ||
| /.dotnet | ||
| /.packages | ||
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.