summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_riscv64_tree
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Fix rL357699 by adding missing zero-length filesAlex Bradbury2019-04-043-0/+0
| | | | | | svn add doesn't play very nicely here... llvm-svn: 357702
* [RISCV] Collect library directories and triples for riscv64 triple tooAlex Bradbury2019-04-042-0/+1
When setting up library and tools paths when detecting an accompanying GCC installation only riscv32 was handled. As a consequence when targetting riscv64 neither the linker nor libraries would be found. This adds handling and tests for riscv64. Differential Revision: https://reviews.llvm.org/D53392 Patch by Edward Jones. llvm-svn: 357699
OpenPOWER on IntegriCloud