diff --git a/llvm.changes b/llvm.changes index 25e5850..4fd53cf 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 20 08:59:09 UTC 2012 - idonmez@suse.com + +- Stop excluding ppc64 architecture + ------------------------------------------------------------------- Tue Nov 20 08:25:54 UTC 2012 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 68cf5a2..cd59fda 100644 --- a/llvm.spec +++ b/llvm.spec @@ -59,10 +59,6 @@ BuildRequires: libtool BuildRequires: python-base BuildRequires: python-sphinx -# LLVM is not supported on PPC64 -# http://llvm.org/bugs/show_bug.cgi?id=3729 -ExcludeArch: ppc64 - %description LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from