[PATCH] D13482: Revised Initial patch for PS4 toolchain
Katya Romanova via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 8 01:16:47 PDT 2015
kromanova updated this revision to Diff 36829.
kromanova added a comment.
Few more changes:
(1) There was a bug, where the PS4 driver didn't add input filename in the call to external assembler.
Filipe fixed this problem in Tools.cpp
(2) A new testcase no-integrated-as.s was added for testing the problem described in (1).
(3) A comment is added in ToolChains.cpp to emphasize that the waning about missing PS4 SDK headers and libs is ignored by default.
Repository:
rL LLVM
http://reviews.llvm.org/D13482
Files:
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
test/Driver/Inputs/scei-ps4_tree/target/include_common/.keep
test/Driver/debug-options.c
test/Driver/no-integrated-as.s
test/Driver/ps4-header-search.c
test/Driver/ps4-linker-non-win.c
test/Driver/ps4-linker-win.c
test/Driver/ps4-pic.c
test/Driver/ps4-sdk-root.c
test/Driver/stack-protector.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13482.36829.patch
Type: text/x-patch
Size: 40128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151008/4e8326de/attachment-0001.bin>
More information about the cfe-commits
mailing list