From 5394e24b07a3382330c5d946407d1bbb69ac3d1c987e40e04e094a504e874b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 25 Apr 2012 09:38:22 +0000 Subject: [PATCH] - More fixes to llvm-config OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=140 --- llvm.changes | 5 +++++ llvm.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/llvm.changes b/llvm.changes index 905d962..c4b59ae 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 25 09:40:32 UTC 2012 - idonmez@suse.com + +- More fixes to llvm-config + ------------------------------------------------------------------- Tue Apr 24 10:12:32 UTC 2012 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 132cf14..b0053f4 100644 --- a/llvm.spec +++ b/llvm.spec @@ -153,6 +153,8 @@ rm -rf projects/compiler_rt # Only enable target archs otherwise llvm-config is messed up sed -i s,"subdirectories = .*","subdirectories = ARM X86", lib/Target/LLVMBuild.txt +sed -i s,"IntelJITEvents OProfileJIT","", lib/ExecutionEngine/LLVMBuild.txt +echo > utils/unittest/LLVMBuild.txt %build TOPLEVEL=$PWD