]> granicus.if.org Git - clang/commit
Bring back r250262: PS4 toolchain
authorFilipe Cabecinhas <me@filcab.net>
Wed, 14 Oct 2015 12:25:43 +0000 (12:25 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 14 Oct 2015 12:25:43 +0000 (12:25 +0000)
commit5d7c81cfa5b505bd0c7c0810ca2a36a745723498
tree24403964dc328442f7a60816fadcf46f8c1f713f
parentcbaad07100bbaed791b0e9ddbbcd317730094164
Bring back r250262: PS4 toolchain

There was a minor problem with a test. Sorry for the noise yesterday.

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@250293 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