diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2022-07-25 14:17:23 +0200 |
---|---|---|
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2022-07-27 14:57:34 +0200 |
commit | 5a78ac21569abe2e419b201ca196b21fc3bb00aa (patch) | |
tree | 9ff3c1102463b80892d85e1d0981e35b7520d0c3 /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | 3e874bcf064283a5f00e2bef3a086057265563cb (diff) | |
download | llvm-5a78ac21569abe2e419b201ca196b21fc3bb00aa.zip llvm-5a78ac21569abe2e419b201ca196b21fc3bb00aa.tar.gz llvm-5a78ac21569abe2e419b201ca196b21fc3bb00aa.tar.bz2 |
clang: include ManagedStatic.h for llvm_shutdown
The code relied on ManagedStatic.h being included indirectly. This is
about to change as uses of ManagedStatic are removed throughout the
codebase.
Differential Revision: https://reviews.llvm.org/D130575
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
-rw-r--r-- | clang/unittests/Interpreter/InterpreterTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Interpreter/InterpreterTest.cpp b/clang/unittests/Interpreter/InterpreterTest.cpp index 494926f..745e360 100644 --- a/clang/unittests/Interpreter/InterpreterTest.cpp +++ b/clang/unittests/Interpreter/InterpreterTest.cpp @@ -20,6 +20,7 @@ #include "clang/Sema/Lookup.h" #include "clang/Sema/Sema.h" +#include "llvm/Support/ManagedStatic.h" #include "llvm/Support/TargetSelect.h" #include "gmock/gmock.h" |