Commit 08a31af
authored
Re-enable tests (#24)
* [WASM] Re-enable test targets
* [WASM] Support WASI OS target for lit.cfg
* [WASM] Link wasm32-wasi-unknown to wasm32-wasi
* [WASM] Add sysroot to clang_linker to find crt1.o
* [WASM] Separate WebAssembly test from linux
* [WASM] Add static-executable-args.lnk for wasm
* [WASM] First support of wasm in autolink-extract
* [WASM] Extract link flags from named data segment from wasm object file
* [WASM] Fix stdlib build on Linux
* [WASM] Fix ICU lib flag to specify lib file instead of dir
* [WASM] wip
* [WASM] Iterate all configured sdks
* [WASM] Remove object format specific code from macro
* [WASM] Copy libswiftImageInspection.a to lib/swift_static/wasi
* Use brew installed clang because Xcode version is old
* [WASM] Fix new wasm/wasi triple
* [WASM] Run executable test on wasmtime
* Fix typo
* [WASM] Cut environment from triple
* Move build script into wasm dir
* Run test on CI
* Cleanup unused scripts
* [WASM] Use -static instead of -static-executable to work emit-library
* Proxy arguments to build-script
* Ignore test failure temporarily
* Fix packing command
* Add missing x
* Use wasi-sdk's clang compiler
* [WASM] Avoid to build BlocksRuntime temporary due to os toolchains's clang limitation
* [WASM] Comment out utime.h from glibc
* [WASM] Change sysroot dir as wasi-sysroot
* [WASM] Avoid to build BlocksRuntime on linux
* [WASM] Add mman flag for wasi
This eliminate clang hack which defines _WASI_EMULATED_MMAN as a
predefined macro in clang
ref: swiftlang/llvm-project@swift/master...swiftwasm:swiftwasm#diff-773abe7c69fccf723aa2d75447faa136R63-R66
* [WASM] Use latest wasi-sdk
* [WASM] Avoid to build swift-reflection-test temporarily
* [WASM] Install wasmtime on CI
* [WASM] Set wasm as primary target to avoid to build SwiftRuntimeTests
* [WASM] Fix macro arguments validation
* [WASM] Copy ICU libs into toolchain
* [WASM] Fix to specify libicu on mac
* Remove extra space from build scripts1 parent 85c5a6e commit 08a31af
File tree
23 files changed
+429
-193
lines changed- .github/workflows
- cmake/modules
- lib/Driver
- stdlib/public
- Platform
- runtime
- test
- tools/driver
- utils/webassembly
23 files changed
+429
-193
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | | - | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| |||
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
44 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
1140 | | - | |
| 1139 | + | |
| 1140 | + | |
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
| 396 | + | |
| 397 | + | |
394 | 398 | | |
395 | 399 | | |
396 | 400 | | |
| |||
501 | 505 | | |
502 | 506 | | |
503 | 507 | | |
504 | | - | |
| 508 | + | |
505 | 509 | | |
506 | 510 | | |
507 | 511 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
333 | 332 | | |
334 | 333 | | |
335 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
65 | 102 | | |
66 | 103 | | |
67 | 104 | | |
| |||
This file was deleted.
0 commit comments