[all-commits] [llvm/llvm-project] 4d5fd0: [MC][RISCV] Set UseIntegratedAssembler to true
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jul 12 21:05:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d5fd0ee5ebda8979a448f5de397e3f1321b1ca8
https://github.com/llvm/llvm-project/commit/4d5fd0ee5ebda8979a448f5de397e3f1321b1ca8
Author: Fangrui Song <maskray at google.com>
Date: 2020-07-12 (Sun, 12 Jul 2020)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/test/CodeGen/RISCV/branch-relaxation.ll
M llvm/test/CodeGen/RISCV/inline-asm-abi-names.ll
M llvm/test/CodeGen/RISCV/inline-asm.ll
M llvm/test/CodeGen/RISCV/large-stack.ll
Log Message:
-----------
[MC][RISCV] Set UseIntegratedAssembler to true
to align with most other targets. Also, -fintegrated-as is the default
for clang -target riscv*.
More information about the All-commits
mailing list