[all-commits] [llvm/llvm-project] dfe2a3: [COFF] Change a llvm::StringSet<> to llvm::DenseSe...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Aug 9 17:50:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfe2a3f3eb92b6a94453a74f3f0a4552f6965fcc
https://github.com/llvm/llvm-project/commit/dfe2a3f3eb92b6a94453a74f3f0a4552f6965fcc
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M lld/COFF/Driver.h
Log Message:
-----------
[COFF] Change a llvm::StringSet<> to llvm::DenseSet<StringRef>. NFC
The former stores strings and is therefore more expensive.
More information about the All-commits
mailing list