]> granicus.if.org Git - clang/commit
I took care of the build problem in the commit 250252.
authorEkaterina Romanova <katya_romanova@playstation.sony.com>
Wed, 14 Oct 2015 01:09:02 +0000 (01:09 +0000)
committerEkaterina Romanova <katya_romanova@playstation.sony.com>
Wed, 14 Oct 2015 01:09:02 +0000 (01:09 +0000)
commitfb7d1d842ea81555a442590e2b5293618e1eaa67
tree879515534d4fda736f6544fc88bb25db7ec27ee6
parent08b6d449b72915397f02af12f6b44a65807b92e0
I took care of the build problem in the commit 250252.
Resubmitting the patch.

This patch adds missing pieces to clang, including the PS4 toolchain
definition, added warnings, PS4 defaults, and Driver changes needed for
our compiler.

A patch by Filipe Cabecinhas, Pierre Gousseau and Katya Romanova!

Differential Revision: http://reviews.llvm.org/D13482

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250262 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticGroups.td
lib/Driver/Driver.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/Tools.h
lib/Frontend/InitHeaderSearch.cpp
test/Driver/Inputs/scei-ps4_tree/target/include/.keep [new file with mode: 0644]
test/Driver/Inputs/scei-ps4_tree/target/include_common/.keep [new file with mode: 0644]
test/Driver/debug-options.c
test/Driver/no-integrated-as.s [new file with mode: 0644]
test/Driver/ps4-header-search.c [new file with mode: 0644]
test/Driver/ps4-linker-non-win.c [new file with mode: 0644]
test/Driver/ps4-linker-win.c [new file with mode: 0644]
test/Driver/ps4-pic.c [new file with mode: 0644]
test/Driver/ps4-sdk-root.c [new file with mode: 0644]
test/Driver/stack-protector.c