]> granicus.if.org Git - clang/commit
Hexagon TC: Update toolchain to add appropriate include
authorMatthew Curtis <mcurtis@codeaurora.org>
Thu, 6 Dec 2012 12:43:18 +0000 (12:43 +0000)
committerMatthew Curtis <mcurtis@codeaurora.org>
Thu, 6 Dec 2012 12:43:18 +0000 (12:43 +0000)
commitb3489a0d355128f1cc96fdde2a6b11a8361d6740
tree94abe2e4119d9d928a739bafdd803f69e66a0a6c
parent8fd7f67e243c075bdaa947aedbbc4d6b0568a365
Hexagon TC: Update toolchain to add appropriate include
 paths

- Inherit from Linux rather than ToolChain
- Override AddClangSystemIncludeArgs and AddClangCXXStdlibIncludeArgs
  to properly set include paths.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169495 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Driver/Driver.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
test/Driver/Inputs/hexagon_tree/gnu/bin/hexagon-as [new file with mode: 0755]
test/Driver/Inputs/hexagon_tree/gnu/bin/hexagon-gcc [new file with mode: 0755]
test/Driver/Inputs/hexagon_tree/gnu/hexagon/include/c++/4.4.0/ios [new file with mode: 0644]
test/Driver/Inputs/hexagon_tree/gnu/hexagon/include/stdio.h [new file with mode: 0644]
test/Driver/Inputs/hexagon_tree/gnu/lib/gcc/hexagon/4.4.0/include-fixed/limits.h [new file with mode: 0644]
test/Driver/Inputs/hexagon_tree/gnu/lib/gcc/hexagon/4.4.0/include/stddef.h [new file with mode: 0644]
test/Driver/Inputs/hexagon_tree/qc/bin/placeholder [new file with mode: 0644]
test/Driver/hexagon-toolchain.c [new file with mode: 0644]