aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2016-01-29 17:33:56 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-01-31 22:37:51 +0100
commitea1a5fef4d3b57db1d9ad4adf13d6607fd2acd2f (patch)
tree9d1e471eb1787f4736dee58d2fc5724d7ae42333 /util/crossgcc/patches
parent27522ad375aa43ab9d321b049da78b8e649ca537 (diff)
buildgcc: Update LLVM to 3.7.1
Not much testing, update mostly so we can test with the latest scan-build. Change-Id: I50d28b7e0dfd31f9ae565c8515d5ab1760ca4c62 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/13516 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/patches')
-rw-r--r--util/crossgcc/patches/cfe-3.7.1.src_frontend.patch (renamed from util/crossgcc/patches/cfe-3.6.1.src_frontend.patch)12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/crossgcc/patches/cfe-3.6.1.src_frontend.patch b/util/crossgcc/patches/cfe-3.7.1.src_frontend.patch
index d69cb44091..781878dc74 100644
--- a/util/crossgcc/patches/cfe-3.6.1.src_frontend.patch
+++ b/util/crossgcc/patches/cfe-3.7.1.src_frontend.patch
@@ -4,8 +4,8 @@ https://llvm.org/bugs/show_bug.cgi?id=21538
Index: include/clang/Driver/Driver.h
===================================================================
---- cfe-3.6.1.src/include/clang/Driver/Driver.h (revision 211898)
-+++ cfe-3.6.1.src/include/clang/Driver/Driver.h (working copy)
+--- cfe-3.7.1.src/include/clang/Driver/Driver.h (revision 211898)
++++ cfe-3.7.1.src/include/clang/Driver/Driver.h (working copy)
@@ -325,6 +325,14 @@
// FIXME: This should be in CompilationInfo.
std::string GetFilePath(const char *Name, const ToolChain &TC) const;
@@ -23,8 +23,8 @@ Index: include/clang/Driver/Driver.h
/// \param TC - The provided tool chain for additional information on
Index: include/clang/Driver/Options.td
===================================================================
---- cfe-3.6.1.src/include/clang/Driver/Options.td (revision 211898)
-+++ cfe-3.6.1.src/include/clang/Driver/Options.td (working copy)
+--- cfe-3.7.1.src/include/clang/Driver/Options.td (revision 211898)
++++ cfe-3.7.1.src/include/clang/Driver/Options.td (working copy)
@@ -1269,6 +1269,8 @@
HelpText<"Enable Objective-C Ivar layout bitmap print trace">;
def print_libgcc_file_name : Flag<["-", "--"], "print-libgcc-file-name">,
@@ -36,8 +36,8 @@ Index: include/clang/Driver/Options.td
def print_multi_os_directory : Flag<["-", "--"], "print-multi-os-directory">;
Index: lib/Driver/Driver.cpp
===================================================================
---- cfe-3.6.1.src/lib/Driver/Driver.cpp (revision 211898)
-+++ cfe-3.6.1.src/lib/Driver/Driver.cpp (working copy)
+--- cfe-3.7.1.src/lib/Driver/Driver.cpp (revision 211898)
++++ cfe-3.7.1.src/lib/Driver/Driver.cpp (working copy)
@@ -756,6 +756,11 @@
return false;
}