[PATCH] D74023: [RISCV] ELF attribute section for RISC-V

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 18:35:42 PST 2020


HsiangKai marked an inline comment as done.
HsiangKai added inline comments.


================
Comment at: lld/test/ELF/riscv-attributes.s:43
+_start:
+  .globl func
+  call func
----------------
MaskRay wrote:
> To disable a missing entry warning:
> 
> ```
> .globl _start
> _start:
> ```
> 
> is sufficient. 
I want to call another function `func` located in another file `riscv-attributes1.s`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74023/new/

https://reviews.llvm.org/D74023





More information about the llvm-commits mailing list