summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_riscv32_nogcc_tree
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[RISCV] Use compiler-rt if no GCC installation detected"Richard Smith2019-11-132-0/+0
| | | | | | | This change causes test failures for builds configured with -DCLANG_DEFAULT_RTLIB=compiler-rt. This reverts commit 3289352e6bb9d2949c678c625478024bf2a5fbfb.
* [RISCV] Use compiler-rt if no GCC installation detectedEdward Jones2019-11-132-0/+0
| | | | | | | | If a GCC installation is not detected, then this attempts to use compiler-rt and the compiler-rt crtbegin/crtend implementations as a fallback. Differential Revision: https://reviews.llvm.org/D68407
* [RISCV] Improve sysroot computation if no GCC install detectedEdward Jones2019-11-074-0/+1
If a GCC installed is not detected, the driver would default to the root of the filesystem. This is not ideal when this doesn't match the install directory of the toolchain and can cause undesireable behavior such as picking up system libraries or the system linker when cross-compiling. Differential Revision: https://reviews.llvm.org/D68391
OpenPOWER on IntegriCloud