summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/hexagon_tree
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unsupported LLD optionsSid Manning2019-12-201-0/+0
| | | | Differential Revision: https://reviews.llvm.org/D70919
* Add a dummy file in each subdirectory in test/Driver/Inputs/hexagon_treeKrzysztof Parzyszek2016-10-176-0/+24
| | | | | | | | | | Git does not store empty subdirectories (while SVN does). Git clone of the clang repository did not create the fake Hexagon installation tree used for testing the driver. This only became evident after a change in the Hexagon toolchain that started checking for existence of certain directories. llvm-svn: 284402
* Hexagon: add dummy files to test dir so git keeps them.Tim Northover2016-10-172-0/+0
| | | | | | Should fix hexagon-elf-toolchain.c tests on Git. llvm-svn: 284401
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-148-8/+0
| | | | | | | | | - 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. llvm-svn: 255502
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-0/+1
| | | | | | | | linker directly Rather than calling gcc. llvm-svn: 169512
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-067-0/+7
paths - Inherit from Linux rather than ToolChain - Override AddClangSystemIncludeArgs and AddClangCXXStdlibIncludeArgs to properly set include paths. llvm-svn: 169495
OpenPOWER on IntegriCloud