summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MC/StringTableBuilderTest.cpp
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-10-17 22:24:36 +0000
committerJustin Lebar <jlebar@google.com>2016-10-17 22:24:36 +0000
commitee34a7343d9e2333e7657753fdd6cf6fac7570b3 (patch)
tree9a8e7c88ab81313073127c12bcbc8584aa1af0ba /llvm/unittests/MC/StringTableBuilderTest.cpp
parent61b9b6a9d540e780f7fb1c72f35184ed5529d54a (diff)
downloadbcm5719-llvm-ee34a7343d9e2333e7657753fdd6cf6fac7570b3.tar.gz
bcm5719-llvm-ee34a7343d9e2333e7657753fdd6cf6fac7570b3.zip
[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef.
Summary: Reclaiming the name 'CachedHashString' will let us add a type with that name that owns its value. Reviewers: timshen Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D25644 llvm-svn: 284434
Diffstat (limited to 'llvm/unittests/MC/StringTableBuilderTest.cpp')
-rw-r--r--llvm/unittests/MC/StringTableBuilderTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/MC/StringTableBuilderTest.cpp b/llvm/unittests/MC/StringTableBuilderTest.cpp
index 517ada5ed96..f68350d90ba 100644
--- a/llvm/unittests/MC/StringTableBuilderTest.cpp
+++ b/llvm/unittests/MC/StringTableBuilderTest.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/ADT/SmallString.h"
#include "llvm/MC/StringTableBuilder.h"
#include "llvm/Support/Endian.h"
#include "gtest/gtest.h"
OpenPOWER on IntegriCloud