From dd255866c255b425c0951a12071d15c43f1edf76 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sep 08 2017 23:45:30 +0000 Subject: Enable libedit backend for LineEditor API --- diff --git a/llvm.spec b/llvm.spec index 9b62616..f19b1e9 100644 --- a/llvm.spec +++ b/llvm.spec @@ -9,7 +9,7 @@ Name: llvm Version: 4.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -36,6 +36,8 @@ BuildRequires: binutils-devel BuildRequires: libstdc++-static # Enable extra functionality when run the LLVM JIT under valgrind. BuildRequires: valgrind-devel +# LLVM's LineEditor library will use libedit if it is available. +BuildRequires: libedit-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -206,6 +208,9 @@ fi %{_libdir}/cmake/llvm/LLVMStaticExports.cmake %changelog +* Fri Sep 08 2017 Tom Stellard - 4.0.1-5 +- Enable libedit backend for LineEditor API + * Fri Aug 25 2017 Tom Stellard - 4.0.1-4 - Enable extra functionality when run the LLVM JIT under valgrind.