Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78336
Remove the llvm/Support/StringPool.h file and related support now that it has no clients. A plain old StringSet<> is a better replacement. ClosedPublic Authored by lattner on Apr 16 2020, 4:27 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 16 2020, 5:57 PM Closed by commit rG953a814aae49: Remove the llvm/Support/StringPool.h file and related support now that it has… (authored by lattner). · Explain WhyApr 16 2020, 6:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258217 llvm/include/llvm/Support/StringPool.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/StringPool.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/StringPool.cpp
|