[all-commits] [llvm/llvm-project] 305852: [mac/lld] Run tests with -fatal_warnings by default
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Dec 3 18:28:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 305852686bf52037f81c0582400ceddb5e8844b3
https://github.com/llvm/llvm-project/commit/305852686bf52037f81c0582400ceddb5e8844b3
Author: Nico Weber <thakis at chromium.org>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M lld/test/MachO/fatal-warnings.s
M lld/test/MachO/lit.local.cfg
M lld/test/MachO/load-commands.s
M lld/test/MachO/x86-64-reloc-unsigned.s
Log Message:
-----------
[mac/lld] Run tests with -fatal_warnings by default
This helps us catch cases where we add support for a flag but forget to
remove HelpHidden from Options.td.
More explicit alternative to D92455
Differential Revision: https://reviews.llvm.org/D92575
More information about the All-commits
mailing list