Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RISCV] Fix rL357699 by adding missing zero-length files | Alex Bradbury | 2019-04-04 | 3 | -0/+0 |
| | | | | | | svn add doesn't play very nicely here... llvm-svn: 357702 | ||||
* | [RISCV] Collect library directories and triples for riscv64 triple too | Alex Bradbury | 2019-04-04 | 2 | -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 |