SHA256
1
0
forked from pool/llvm
Ismail Dönmez 2013-11-21 13:34:22 +00:00 committed by Git OBS Bridge
parent 2bd896baf6
commit 1a8edd9849
2 changed files with 0 additions and 29 deletions

View File

@ -1,18 +0,0 @@
Index: llvm-3.3/cmake/modules/HandleLLVMOptions.cmake
===================================================================
--- llvm-3.3.orig/cmake/modules/HandleLLVMOptions.cmake
+++ llvm-3.3/cmake/modules/HandleLLVMOptions.cmake
@@ -104,13 +104,6 @@ if( LLVM_ENABLE_PIC )
# On Windows all code is PIC. MinGW warns if -fPIC is used.
else()
add_flag_or_print_warning("-fPIC")
-
- if( WIN32 OR CYGWIN)
- # MinGW warns if -fvisibility-inlines-hidden is used.
- else()
- check_cxx_compiler_flag("-fvisibility-inlines-hidden" SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG)
- append_if(SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG "-fvisibility-inlines-hidden" CMAKE_CXX_FLAGS)
- endif()
endif()
endif()

View File

@ -42,8 +42,6 @@ Patch6: arm_suse_support.diff
Patch8: cmake-host-triple.patch Patch8: cmake-host-triple.patch
# PATCH-FIX-OPENSUSE aarch64-suse-support.patch -- Enable AArch64 suse toolchain support # PATCH-FIX-OPENSUSE aarch64-suse-support.patch -- Enable AArch64 suse toolchain support
Patch9: aarch64-suse-support.patch Patch9: aarch64-suse-support.patch
# PATCH-FIX-OPENSUSE llvm-no-visibility.patch -- Disable visibility
Patch10: llvm-no-visibility.patch
Patch12: arm-remove-xfails.diff Patch12: arm-remove-xfails.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf BuildRequires: autoconf
@ -152,9 +150,6 @@ This package contains vim plugins for LLVM like syntax highlighting.
%patch6 -p1 %patch6 -p1
%patch8 -p1 %patch8 -p1
%patch9 -p1 %patch9 -p1
%ifarch s390 s390x
%patch10 -p1
%endif
%patch12 %patch12
# We hardcode i586 # We hardcode i586
@ -293,12 +288,6 @@ cd stage2
ln -s lib lib64 ln -s lib lib64
%endif %endif
%ifarch s390 s390x
for i in TestClassDecl.m TestClassForwardDecl.m c-index-getCursor-test.m; do
rm ../tools/clang/test/Index/$i;
done
%endif
make check make check
make clang-test make clang-test
%endif %endif