-
Notifications
You must be signed in to change notification settings - Fork 5k
Host with coreclr linked in #36847
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
Host with coreclr linked in #36847
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
09c48a4
coreclr changes except unixcorebundle
VSadov a7793c4
make all-inclusive coreclr_static.lib and link into singlefilehost
VSadov 715e436
Disable superhost linking on windows for now (issues with mixed Debug…
VSadov 07e4d69
revert adding COREBUNDLE_BUILD.
VSadov 61624bb
shim coreclr policy between singlefile and standalone hosts
VSadov 0b3667a
revert unnecessary changes
VSadov 8ca0901
export DllMain
VSadov 20a00df
enable exports on singlefilehost executable
VSadov b3af223
assert too strict
VSadov 2d44c8e
export __progname, perhaps it will make FreeBSD happy.
VSadov 7522aa8
add environ too
VSadov ee6fae0
mergeable wks and jit
VSadov 5cddcd7
produce separate obj files from platform specific asm files for merge…
VSadov 71850a1
hide R2R specific assert behind R2R ifdef
VSadov bce98f7
ignore empty clr_path in single_file_bundle
VSadov d7b0321
remove libcoreclr and libclrjit from netcoreapp/pkg
VSadov 1e62b2b
revert corehost changes
VSadov 5191cd8
temporary disable setting up GS cookie on OSX superhost
VSadov 0b2db9f
some PR feedback (simple uncontroversial items)
VSadov 5caed05
renmed clrjit_static folder dll->static
VSadov b520100
extract JIT dllmain.cpp and eliminate clrjit_mergeable
VSadov b4950ad
make coreclr_static dependent on def/exports files instead of coreclr.
VSadov 2ec12a4
reducing double-build in cee_wks to just few files. Most of cee_wks i…
VSadov 6be7092
bring back cee_wks_mergeable and push shared object lib stuff lower t…
VSadov f1bc2bb
pass that coreclr is embedded to coreclr/PAL via a config parameter.
VSadov 5ec7a7f
PR feedback
VSadov bb3a160
A comment about FreeBSD-specific workaround.
VSadov 4062c00
feedback
VSadov 145fb6e
move finding unwind libs to a function
VSadov c67a9a5
since we have files compiled differently between embedded and standal…
VSadov a8cd903
a few small fixes
VSadov fc627ce
renamed host_resolver_t.h and host_resolver_t.cpp to not have "_t"
VSadov 1f3217c
path separating slash when forming CORECLR_STATIC_LIB_LOCATION
VSadov 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ set(BCLTYPE_SOURCES | |
) | ||
|
||
add_library_clr(bcltype | ||
STATIC | ||
OBJECT | ||
${BCLTYPE_SOURCES} | ||
) | ||
|
||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ set(FLOAT_SOURCES | |
) | ||
|
||
add_library_clr(comfloat_wks | ||
STATIC | ||
OBJECT | ||
${FLOAT_SOURCES} | ||
) | ||
|
||
|
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
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.