[lld] [RFC] [LLD] [COFF] Restructure /debug: option handling, allow controlling features separately (PR #74820)
Tobias Hieta via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 04:04:58 PST 2023
Martin =?utf-8?q?Storsj=C3=B6?= <martin at martin.st>,
Martin =?utf-8?q?Storsj=C3=B6?= <martin at martin.st>,
Martin =?utf-8?q?Storsj=C3=B6?= <martin at martin.st>,
Martin =?utf-8?q?Storsj=C3=B6?= <martin at martin.st>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/74820 at github.com>
================
@@ -130,9 +130,9 @@ struct Configuration {
bool forceMultipleRes = false;
bool forceUnresolved = false;
bool debug = false;
- bool debugDwarf = false;
+ bool includeDwarfChunks = false;
bool debugGHashes = false;
- bool debugSymtab = false;
+ bool writeSymtab = false;
----------------
tru wrote:
isn't `writeDebugSymtab` a better name here?
https://github.com/llvm/llvm-project/pull/74820
More information about the llvm-commits
mailing list