Releases: wimal-build/wimal
Releases · wimal-build/wimal
0.4.2
Changes:
- e113d4d [wimal] Fix the definition of
__ANDROID_API__
.
- a260fc6 [azure] Add a job to build on macos.
- bf96f5c [ld64] Use blocks runtime from compiler-rt.
- 250a2d9 [cmake] Adapt to build on macosx.
This list of changes was auto generated.
0.4.0
Changes:
- 2668253 [cctools] Add cmake project to build cctools.
- 6ccb50c [cctools] Import cctools-921.
- 097e029 [cmake] Install dsymutil.
- 81fac9f [ld64] Fix symtab parsing for 32bit targets.
This list of changes was auto generated.
0.4.1
Changes:
- a260fc6 [azure] Add a job to build on macos.
- bf96f5c [ld64] Use blocks runtime from compiler-rt.
- 250a2d9 [cmake] Adapt to build on macosx.
This list of changes was auto generated.
0.3.1
[wimal] Fix the `_Float16` problem with NDKr19.
- [sysroot] Change the default api level of android to 17.
0.3.0
[llvm] Link LLVM shared library.
- [cmake] Enable LTO in 'CcToolchain.cmake'.
- [azure] Change the `CMAKE_BUILD_TYPE` to 'Release'.
0.2.6
[llvm] Add 'plugin-api.h' for LLVMgold.
- [cmake] Enable LTO support.
- [cmake] Enable PIC support.
- [cmake] Add install target 'LLVMgold'.
0.2.5
[sysroot] Fix '-lpthread' for android.
0.2.4
[sysroot] Include the libatomic and android_support headers for andro…
0.2.3
[cmake] Add CcToolchain.cmake to support bootstrapping the project.
- [azure] Enable bootstrapping the project.
- [azure] Install libc++ before building.
- [cmake] Do not use the $<TARGET_FILE_DIR:tgt> expression.
0.2.2
[ld64] Fix the implementation of qsort_r.
See the difference declarations of qsort_r between Linux and BSD.
- https://www.freebsd.org/cgi/man.cgi?query=qsort_r
- https://linux.die.net/man/3/qsort_r