]> granicus.if.org Git - clang/commit
[Hexagon] Update default paths and arguments
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 14 Dec 2015 15:03:57 +0000 (15:03 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 14 Dec 2015 15:03:57 +0000 (15:03 +0000)
commitee5cbc2897d0b6211215188c0d750f3087c3e285
treede61596cb510dec5ec40247565ca7570d721ff9d
parent9ea793601531c610b9f8b913b91b19b809a289f5
[Hexagon] Update default paths and arguments

- Removed support for hexagonv3 and earlier.
- Added handling of hexagonv55 and hexagonv60.
- Added handling of target features (hvx, hvx-double).
- Updated paths to reflect current directory layout.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255502 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
test/CodeGen/target-data.c
test/Driver/Inputs/hexagon_tree/gnu/bin/hexagon-as [deleted file]
test/Driver/Inputs/hexagon_tree/gnu/bin/hexagon-gcc [deleted file]
test/Driver/Inputs/hexagon_tree/gnu/bin/hexagon-ld [deleted file]
test/Driver/Inputs/hexagon_tree/gnu/hexagon/include/c++/4.4.0/ios [deleted file]
test/Driver/Inputs/hexagon_tree/gnu/hexagon/include/stdio.h [deleted file]
test/Driver/Inputs/hexagon_tree/gnu/lib/gcc/hexagon/4.4.0/include-fixed/limits.h [deleted file]
test/Driver/Inputs/hexagon_tree/gnu/lib/gcc/hexagon/4.4.0/include/stddef.h [deleted file]
test/Driver/Inputs/hexagon_tree/qc/bin/placeholder [deleted file]
test/Driver/hexagon-toolchain-elf.c
test/Driver/hexagon-toolchain.c [deleted file]