Releases: dotnet/android-native-tools
L_17.0.6-7.2.0
This release includes as Windows executable built using Visual Studio with fixes for command-line argument
processing issues discovered in the previous release.
What's Changed
- Fix
as.execrash on Windows by @grendello in #20
Full Changelog: L_17.0.6-7.1.2...L_17.0.6-7.2.0
17.0.6 API Scan update 1
Fixes command line argument handling in the gas wrapper and fixes executable file permissions in the 7z archive.
What's Changed
- Partially revert 9d342d5 by @grendello in #19
Full Changelog: L_17.0.6-7.1.1...L_17.0.6-7.1.2
17.0.6 API Scan
This release is identical to the previous one, version wise, with the difference being a handful of new build and link flags, as required by API Scan.
What's Changed
- [ci] Build and sign in a DevDiv pipeline by @pjcollins in #7
- [ci] Migrate to the 1ES template by @pjcollins in #8
- [ci] Improve binskim scan performance by @pjcollins in #11
- [ci] Improve triggers and support test signing by @pjcollins in #12
- [ci] Fix unsigned artifact uploading by @pjcollins in #13
- [ci] Disable automatic GitHub action trigger by @pjcollins in #16
- [ci] Build on performance build pools by @pjcollins in #15
- Build
as.exeon windows by @grendello in #10 - [ci] Add API Scan job by @pjcollins in #9
New Contributors
- @pjcollins made their first contribution in #7
Full Changelog: L_17.0.6-7.1.0...L_17.0.6-7.1.1
Bump to LLVM 17.0.6
Bumps LLVM to the latest release, 17.0.6. Upstream changes with relation to our previous release:
Bump to LLVM 17.0.1
Bumps LLVM version to the just-released 17.0.1 and also brings Windows Unicode handling fixes to the gas wrapper, courtesy of Vlad Brezae
Relevant LLVM change logs:
Bump to LLVM 16.0.6
Use the latest stable release from LLVM, 16.0.6. In other changes, due to crashes involving executables compressed with UPX, we no longer compress the Windows executables.
Use the latest LLVM 15.0.7
Bump LLVM to 15.0.7
Changes: https://discourse.llvm.org/t/llvm-15-0-4-released/66337
Changes: https://discourse.llvm.org/t/llvm-15-0-5-release/66616
Changes: https://discourse.llvm.org/t/llvm-15-0-6-released/66899
Changes: https://discourse.llvm.org/t/llvm-15-0-7-release/67638
Additionally, the lld wrapper scripts now pass --no-relax to the linker
Bump to LLVM 15.0.3
Use the latest LLVM release 15.0.3.
Changes: https://discourse.llvm.org/t/llvm-15-0-3-released/66036
Bump to LLVM 15.0.2
Use the latest LLVM 15 release.
Bump to LLVM 15.0.1
15.0.1 is the latest version of LLVM, let's use it!