llvm/lld/Common
Keith Smiley 7d57c69826
[lld-macho] Add support for -w
This flag suppresses warnings produced by the linker. In ld64 this has
an interesting interaction with -fatal_warnings, it silences the
warnings but the link still fails. Instead of doing that here we still
print the warning and eagerly fail the link in case both are passed,
this seems more reasonable so users can understand why the link fails.

Differential Revision: https://reviews.llvm.org/D127564
2022-06-11 17:38:50 -07:00
..
Args.cpp
CMakeLists.txt
CommonLinkerContext.cpp [lld-macho] Don't include CommandFlags.h in CommonLinkerContext.h 2022-02-16 20:05:07 -05:00
DWARF.cpp
ErrorHandler.cpp [lld-macho] Add support for -w 2022-06-11 17:38:50 -07:00
Filesystem.cpp
Memory.cpp
Reproduce.cpp
Strings.cpp
TargetOptionsCommandFlags.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
Timer.cpp
Version.cpp