From f88ef7d17f3107d8eb3319d7e7e28c71445ceaf4 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 17 Feb 2021 18:14:13 +0100 Subject: [PATCH] Add webassembly to the rhel targets --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 631c9ab..22d7c77 100644 --- a/llvm.spec +++ b/llvm.spec @@ -36,7 +36,7 @@ %endif %if 0%{?rhel} -%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;Mips;BPF" +%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;Mips;BPF;WebAssembly" %global experimental_targets_to_build "" %else %global targets_to_build "all"