[all-commits] [llvm/llvm-project] 953a81: Remove the llvm/Support/StringPool.h file and rela...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Thu Apr 16 17:58:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 953a814aae4997e50e73e8d3e6eb699d6b732bbc
https://github.com/llvm/llvm-project/commit/953a814aae4997e50e73e8d3e6eb699d6b732bbc
Author: Chris Lattner <clattner at nondot.org>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
R llvm/include/llvm/Support/StringPool.h
M llvm/lib/Support/CMakeLists.txt
R llvm/lib/Support/StringPool.cpp
M llvm/unittests/Support/CMakeLists.txt
R llvm/unittests/Support/StringPool.cpp
Log Message:
-----------
Remove the llvm/Support/StringPool.h file and related support now that it has no clients. A plain old StringSet<> is a better replacement.
Subscribers: mgorny, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78336
More information about the All-commits
mailing list