From a0adc1d340d63bfaeeea21e61a5728219686b4c4 Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Fri, 11 Jan 2019 15:10:35 +0000 Subject: [PATCH] No longer ignore -fstack-clash-protect --- ...ility-Ignore-fstack-clash-protection.patch | 42 ------------------- clang.spec | 7 ++-- 2 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 0001-GCC-compatibility-Ignore-fstack-clash-protection.patch diff --git a/0001-GCC-compatibility-Ignore-fstack-clash-protection.patch b/0001-GCC-compatibility-Ignore-fstack-clash-protection.patch deleted file mode 100644 index 5683b71..0000000 --- a/0001-GCC-compatibility-Ignore-fstack-clash-protection.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 428ca4520a79ec5a6df9c6adc8b8069623868cdb Mon Sep 17 00:00:00 2001 -From: Tom Stellard -Date: Fri, 26 Jan 2018 11:38:04 -0800 -Subject: [PATCH] GCC compatibility: Ignore -fstack-clash-protection - -Reviewers: sylvestre.ledru - -Subscribers: cfe-commits - -Differential Revision: https://reviews.llvm.org/D42593 ---- - include/clang/Driver/Options.td | 1 + - test/Driver/clang_f_opts.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td -index 41f31cf..e9078a2 100644 ---- a/include/clang/Driver/Options.td -+++ b/include/clang/Driver/Options.td -@@ -2705,6 +2705,7 @@ defm single_precision_constant : BooleanFFlag<"single-precision-constant">, - Group; - defm spec_constr_count : BooleanFFlag<"spec-constr-count">, Group; - defm stack_check : BooleanFFlag<"stack-check">, Group; -+defm stack_clash_protection : BooleanFFlag<"stack-clash-protection">, Group; - defm strength_reduce : - BooleanFFlag<"strength-reduce">, Group; - defm tls_model : BooleanFFlag<"tls-model">, Group; -diff --git a/test/Driver/clang_f_opts.c b/test/Driver/clang_f_opts.c -index 5755c5d..8710ff4 100644 ---- a/test/Driver/clang_f_opts.c -+++ b/test/Driver/clang_f_opts.c -@@ -284,6 +284,7 @@ - // RUN: -ffriend-injection \ - // RUN: -fno-implement-inlines -fimplement-inlines \ - // RUN: -fstack-check \ -+// RUN: -fstack-clash-protection \ - // RUN: -fforce-addr \ - // RUN: -malign-functions=100 \ - // RUN: -malign-loops=100 \ --- -1.8.3.1 - diff --git a/clang.spec b/clang.spec index 1cd5056..17e1825 100644 --- a/clang.spec +++ b/clang.spec @@ -38,7 +38,7 @@ Name: clang Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -50,7 +50,6 @@ Source2: http://llvm.org/releases/%{version}/%{test_suite_srcdir}.tar.xz Source100: clang-config.h Patch0: 0001-lit.cfg-Add-hack-so-lit-can-find-not-and-FileCheck.patch -Patch1: 0001-GCC-compatibility-Ignore-fstack-clash-protection.patch Patch2: 0001-Driver-Prefer-vendor-supplied-gcc-toolchain.patch BuildRequires: cmake @@ -172,7 +171,6 @@ Requires: python2 %setup -q -n %{clang_srcdir} %patch0 -p1 -b .lit-search-path -%patch1 -p1 -b .fstack-clash-protection %patch2 -p1 -b .vendor-gcc mv ../%{clang_tools_srcdir} tools/extra @@ -327,6 +325,9 @@ make %{?_smp_mflags} check || : %{python2_sitelib}/clang/ %changelog +* Fri Jan 11 2019 sguelton@redhat.com - 6.0.1-3 +- No longer ignore -fstack-clash-protect + * Wed Sep 19 2018 Tom Stellard - 6.0.1-2 - Move builtin headers into clang-libs sub-package