1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Fix the build, I forgot to check that UnitTests still built.

llvm-svn: 229021
This commit is contained in:
Zachary Turner 2015-02-13 01:39:22 +00:00
parent 58b49ba795
commit 84f485f220

View File

@ -272,6 +272,9 @@ public:
MOCK_SYMBOL_ACCESSOR(isVirtualBaseClass)
MOCK_SYMBOL_ACCESSOR(isVirtualInheritance)
MOCK_SYMBOL_ACCESSOR(isVolatileType)
MOCK_SYMBOL_ACCESSOR(getValue)
MOCK_SYMBOL_ACCESSOR(wasInlined)
MOCK_SYMBOL_ACCESSOR(getUnused)
private:
PDB_SymType Type;