[PATCH] D24908: [ELF] - Do not error out if "entry symbol not found" warning and --fatal-warnings are used together.
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 10:37:08 PDT 2016
emaste added a comment.
We need to emit no warning when the output is a shared library, and then I think `--fatal-warnings` should indeed make the warning (in an exe) an error.
https://reviews.llvm.org/D24908
More information about the llvm-commits
mailing list