Commit d9fc3ac
authored
LLVM 18 (#123)
* gh: bump code version
* faasmtools: bump llvm version
* llvm: changes for latest wasi-libc and wasi-sdk
* llvm: install libclang_rt.builitins-wasm32.a
* cmake: change system name from Wasm to WASI to align with wasi-sdk
* faasmtools: enable linker feature sign extension as it is the default in llvm>=16
* libs: install in <sysroot>/lib/wasm32-wasi and copy imports appropriately
* docker: enable some features
* libs: install libraries and headers in the right location
* llvm: fix libclanv_rt.builitins installation
* mpi: more fixes to the cmake file
* wasi: attempt at having two different targets for threads and non-threads
* func: comment out temporarily disabled functions
* func: move threaded functions to separate top-level directory
* tasks: configurable compilation for different targets
* threads: support for pthread apis
* cpython: changes to make cpython build work
* llvm: add c compiler target flag for compiler-rt build
* libs: fix use of (auto)conf with different sysroots
* more fixes
* faasmtools: change default target when building a threaded application
* llvm: bump to version 18 rc2 to fix the frontend bug with openmp
* llvm: no harm in using clang-18 to build llvm-18
* llvm: use clang-17 for native compilation
* nits: fix python formatting
* nits: fix cpp formatting
* nit: run python formatting
* func: build all threads func
* gha: skip code formatting with clang-format-17
* clang-format: fix formatting after llvm bump
* nits: clang-format passing with llvm 17
* tasks(libs): build threads/non-threads in different directories
* docker: fix strange libfaasm overwrite
* funcs: set the threads target when appropriate
* nits: self-review
* libffi: fix build by passing --host flag to configure1 parent 90d8ffb commit d9fc3ac
File tree
61 files changed
+649
-478
lines changed- .github/workflows
- docker
- docs
- faasmtools
- func
- demo
- dynlink
- libA
- libB
- errors
- mpi
- omp
- threads
- libemscripten
- libfaasmpi
- libfaasmp
- libfaasm
- sysroot_extras
- tasks
- tests
- third-party
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+649
-478
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
13 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
17 | 14 | | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments