[ELF] isKnownZFlag: move known literal flags to an array. NFC
authorFangrui Song <i@maskray.me>
Tue, 1 Mar 2022 07:23:33 +0000 (23:23 -0800)
committerFangrui Song <i@maskray.me>
Tue, 1 Mar 2022 07:23:33 +0000 (23:23 -0800)
commit87034ad2a4cc5733da83a964aa1e910355c571a8
tree9af5665b942f50ec98a422bdf1befc52949ba7af
parentd8a2afb244da6cd1c8753115610c74ed0312f2e2
[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.
lld/ELF/Driver.cpp