Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Only one minor nit. Thanks.
llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp | ||
---|---|---|
27–28 | could simplify a bit, to auto Type = ... |
llvm/test/MC/LoongArch/Relocations/reloc-directive-err.s | ||
---|---|---|
2 | zsh on macOS complains about |&: /Users/thakis/src/llvm-project/out/gn/obj/llvm/test/MC/LoongArch/Relocations/Output/reloc-directive-err.s.script: line 1: syntax error near unexpected token `&' I'll tweak this test, but going forward, please don't use |& in tests. |
could simplify a bit, to auto Type = ...