diff options
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/CMakeLists.txt b/llvm/lib/DebugInfo/PDB/CMakeLists.txt index 2fa74b96246..b11fb306ad4 100644 --- a/llvm/lib/DebugInfo/PDB/CMakeLists.txt +++ b/llvm/lib/DebugInfo/PDB/CMakeLists.txt @@ -36,7 +36,8 @@ add_pdb_impl_folder(Raw Raw/NameHashTable.cpp Raw/NameMap.cpp Raw/RawSession.cpp - Raw/StreamReader.cpp) + Raw/StreamReader.cpp + Raw/TpiStream.cpp) list(APPEND LIBPDB_ADDITIONAL_HEADER_DIRS "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/PDB") |

