[PATCH] D52430: Introduce a flag to warn when IFUNC symbols are used with text relocations.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 16:33:31 PDT 2018


MaskRay added inline comments.


================
Comment at: test/ELF/textrel.s:35
+
+.globl main
+.type main, at function
----------------
If you rename `main` to `_start`, `--entry=main` on the link command line can be removed.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52430





More information about the llvm-commits mailing list