]> granicus.if.org Git - clang/commit
This patch adds missing pieces to clang, including the PS4 toolchain
authorEkaterina Romanova <katya_romanova@playstation.sony.com>
Thu, 24 Sep 2015 22:06:52 +0000 (22:06 +0000)
committerEkaterina Romanova <katya_romanova@playstation.sony.com>
Thu, 24 Sep 2015 22:06:52 +0000 (22:06 +0000)
commit41604ec4c11d8a1837d906388a745daa466b1d2c
tree83e7b5fb8000b985518bd93924618e408716e2ff
parent55c74dfef7cbdc35d7b9710f264f64727bd2576e
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/D11279

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248546 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/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/rtti-options.cpp
test/Driver/stack-protector.c