diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/llvm-17-compat.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/llvm-17-compat.patch b/debian/patches/llvm-17-compat.patch new file mode 100644 index 0000000..5b4b117 --- /dev/null +++ b/debian/patches/llvm-17-compat.patch @@ -0,0 +1,12 @@ +diff --git a/expected/wasm32-wasi/undefined-symbols.txt b/expected/wasm32-wasi/undefined-symbols.txt +index 6d3b2b7..98ce67e 100644 +--- a/expected/wasm32-wasi/undefined-symbols.txt ++++ b/expected/wasm32-wasi/undefined-symbols.txt +@@ -63,6 +63,7 @@ __main_argc_argv + __netf2 + __stack_pointer + __subtf3 ++__tls_base + __trunctfdf2 + __trunctfsf2 + __unordtf2 diff --git a/debian/patches/series b/debian/patches/series index bedf490..fe4e4db 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ dont-rebuild-install.patch disable-warning.patch +llvm-17-compat.patch |