diff options
author | Alexandre Ganea <alexandre.ganea@ubisoft.com> | 2018-11-05 19:20:47 +0000 |
---|---|---|
committer | Alexandre Ganea <alexandre.ganea@ubisoft.com> | 2018-11-05 19:20:47 +0000 |
commit | 71c43ceaf862a5d9c9654f079fcaf82ed7ba40b4 (patch) | |
tree | ae3e1dce36e7fa3945ff04b63a697d387134cc5f /llvm/lib/DebugInfo/PDB/GenericError.cpp | |
parent | 1a9b0723385c8426bf9f7cca169bf3d4bbd1e729 (diff) | |
download | llvm-71c43ceaf862a5d9c9654f079fcaf82ed7ba40b4.zip llvm-71c43ceaf862a5d9c9654f079fcaf82ed7ba40b4.tar.gz llvm-71c43ceaf862a5d9c9654f079fcaf82ed7ba40b4.tar.bz2 |
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
This change allows for link-time merging of debugging information from
Microsoft precompiled types OBJs compiled with cl.exe /Z7 /Yc and /Yu.
This fixes llvm.org/PR34278
Differential Revision: https://reviews.llvm.org/D45213
llvm-svn: 346154
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/GenericError.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/GenericError.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/GenericError.cpp b/llvm/lib/DebugInfo/PDB/GenericError.cpp index 95f6c15..5f5ff69 100644 --- a/llvm/lib/DebugInfo/PDB/GenericError.cpp +++ b/llvm/lib/DebugInfo/PDB/GenericError.cpp @@ -24,8 +24,6 @@ public: switch (static_cast<pdb_error_code>(Condition)) { case pdb_error_code::unspecified: return "An unknown error has occurred."; - case pdb_error_code::type_server_not_found: - return "Type server PDB was not found."; case pdb_error_code::dia_sdk_not_present: return "LLVM was not compiled with support for DIA. This usually means " "that you are not using MSVC, or your Visual Studio " |