[all-commits] [llvm/llvm-project] 68a3a3: [Clang] Enable RISC-V support for Fuchsia
Petr Hosek via All-commits
all-commits at lists.llvm.org
Thu Nov 21 16:03:18 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68a3a3b28130ff055159632e8f94ef87fa8cba45
https://github.com/llvm/llvm-project/commit/68a3a3b28130ff055159632e8f94ef87fa8cba45
Author: Petr Hosek <phosek at google.com>
Date: 2019-11-21 (Thu, 21 Nov 2019)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/cmake/caches/Fuchsia.cmake
M clang/lib/Basic/Targets.cpp
M clang/lib/Driver/ToolChains/Fuchsia.cpp
A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/riscv64-fuchsia/libclang_rt.builtins.a
M clang/test/Driver/fuchsia.c
M clang/test/Driver/fuchsia.cpp
Log Message:
-----------
[Clang] Enable RISC-V support for Fuchsia
We don't have a full sysroot yet, so for now we only include compiler
support and compiler-rt builtins, the rest of the runtimes will get
enabled later.
Differential Revision: https://reviews.llvm.org/D70477
More information about the All-commits
mailing list