From b9cb7ecba10783eb175827b6e17959e45a27e986 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 3 Dec 2019 12:21:00 +0100 Subject: [PATCH] Explicitly build against llvm8.0 compat package ldc 1.15.0 doesn't support newer llvm. --- ldc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldc.spec b/ldc.spec index ebc2e37..58e0412 100644 --- a/ldc.spec +++ b/ldc.spec @@ -5,7 +5,7 @@ #global pre beta2 -#global llvm_version 6.0 +%global llvm_version 8.0 # Enable this for bootstrapping with an older version that doesn't require a # working D compiler to build itself