We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72d88f commit 3b23704Copy full SHA for 3b23704
lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
@@ -53,7 +53,7 @@ class SymbolFilePDBTests : public testing::Test {
53
FileSystem::Initialize();
54
HostInfo::Initialize();
55
ObjectFilePECOFF::Initialize();
56
- SymbolFileDWARF::Initialize();
+ plugin::dwarf::SymbolFileDWARF::Initialize();
57
TypeSystemClang::Initialize();
58
SymbolFilePDB::Initialize();
59
@@ -64,7 +64,7 @@ class SymbolFilePDBTests : public testing::Test {
64
void TearDown() override {
65
SymbolFilePDB::Terminate();
66
67
- SymbolFileDWARF::Terminate();
+ plugin::dwarf::SymbolFileDWARF::Terminate();
68
ObjectFilePECOFF::Terminate();
69
HostInfo::Terminate();
70
FileSystem::Terminate();
0 commit comments