[all-commits] [llvm/llvm-project] 87034a: [ELF] isKnownZFlag: move known literal flags to an...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Feb 28 23:23:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87034ad2a4cc5733da83a964aa1e910355c571a8
https://github.com/llvm/llvm-project/commit/87034ad2a4cc5733da83a964aa1e910355c571a8
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M lld/ELF/Driver.cpp
Log Message:
-----------
[ELF] isKnownZFlag: move known literal flags to an array. NFC
The chain of == comparisons is a bit unwieldy to update.
While here, sort the entries alphabetically.
More information about the All-commits
mailing list