You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
9
external/linker/README.md
vendored
9
external/linker/README.md
vendored
@@ -1,8 +1,11 @@
|
||||
The Mono linker is a tool one can use to only ship the minimal possible set of functions that a set of
|
||||
# IL linker
|
||||
|
||||
The linker is a tool one can use to only ship the minimal possible IL code and metadata that a set of
|
||||
programs might require to run as opposed to the full libraries.
|
||||
|
||||
It is used by the various Xamarin products to extract only the bits of code that are needed to run
|
||||
an application on Android, iOS and other platforms.
|
||||
|
||||
This file was extracted from Mono (github.com/mono/mono) on November 1st, 2016 to allow easier
|
||||
sharing of the linker code with other .NET projects.
|
||||
### Build & Test Status
|
||||
|
||||
[](https://jenkins.mono-project.com/job/test-linker-mainline/)
|
||||
|
||||
Reference in New Issue
Block a user