[all-commits] [llvm/llvm-project] e6e615: [LLD] [COFF] Rewrite handling of the /debug: optio...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Dec 15 10:07:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6e615cadec7422fc4647dfba3d2ad27efb9b9f5
https://github.com/llvm/llvm-project/commit/e6e615cadec7422fc4647dfba3d2ad27efb9b9f5
Author: Martin Storsjö <martin at martin.st>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M lld/COFF/Driver.cpp
Log Message:
-----------
[LLD] [COFF] Rewrite handling of the /debug: option. NFC. (#75175)
Don't treat the options as unique enum items, but more as flags that can
be composed, like the /opt: options.
This still only processes the last option on the command line though, so
the behaviour should still remain exactly as it was, in all corner
cases.
More information about the All-commits
mailing list