diff --git a/llvm14.changes b/llvm14.changes index bef7457..4e501ba 100644 --- a/llvm14.changes +++ b/llvm14.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 10 20:21:59 UTC 2022 - Aaron Puchert + +- Add WebAssembly support for all architectures. + ------------------------------------------------------------------- Tue Aug 9 09:15:12 UTC 2022 - Martin Liška diff --git a/llvm14.spec b/llvm14.spec index b491901..022aac3 100644 --- a/llvm14.spec +++ b/llvm14.spec @@ -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