SHA256
1
0
forked from pool/llvm14

- Add WebAssembly support for all architectures.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=26
This commit is contained in:
Aaron Puchert 2022-08-10 20:23:03 +00:00 committed by Git OBS Bridge
parent 3feadfbab6
commit 72eab2d053
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 10 20:21:59 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Add WebAssembly support for all architectures.
-------------------------------------------------------------------
Tue Aug 9 09:15:12 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -91,7 +91,7 @@
%endif
%ifarch ppc s390x
# No graphics cards on System Z; turned off for ppc because of relocation overflows.
%global llvm_targets "host;BPF"
%global llvm_targets "host;BPF;WebAssembly"
%global llvm_experimental_targets ""
%endif