[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:35:07 PDT 2018


MaskRay added inline comments.


================
Comment at: test/ELF/textrel.s:18
+# Without text relocations, ld should run fine:
+# RUN: ld.lld --entry=main --fatal-warnings %t.o -o /dev/null 2>&1
+
----------------
I find that in existing `--fatal-warnings` tests, `2>&1` is used only when the output will be piped to FileCheck. `2>&1` may be removed here.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52430





More information about the llvm-commits mailing list