CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/04/28 23:32:01
Modified files:
gnu/usr.bin/clang: Makefile.arch
gnu/usr.bin/clang/libLLVM: Makefile
Added files:
gnu/usr.bin/clang/include/llvm/RISCV: Makefile
gnu/usr.bin/clang/libLLVMRISCVAsmParser: Makefile
gnu/usr.bin/clang/libLLVMRISCVCodeGen: Makefile
gnu/usr.bin/clang/libLLVMRISCVDesc: Makefile
gnu/usr.bin/clang/libLLVMRISCVDisassembler: Makefile
gnu/usr.bin/clang/libLLVMRISCVInfo: Makefile
gnu/usr.bin/clang/libLLVMRISCVUtils: Makefile
gnu/usr.bin/clang/llvm-config: LibraryDependencies.inc.RISCV
Log message:
riscv64 clang support.
With several fixes from review integrated.
ok patrick@