commit | 3226fe95bbb8b6bcc477ce7ec4f158a20669694d | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Fri Jun 09 20:46:52 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Fri Jun 09 20:46:52 2017 +0000 |
tree | 1d4d6f4ca5207c72ae037268eee150f0a2c5fd58 | |
parent | 6455b0dbf3131a5f1df3fb9f2207ae728f0ef937 [diff] [blame] |
[pdb] Support CoffSymbolRVA debug subsection. llvm-svn: 305108
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt index c543a6e..2f9e898 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -13,6 +13,7 @@ DebugSubsection.cpp DebugSubsectionRecord.cpp DebugSubsectionVisitor.cpp + DebugSymbolRVASubsection.cpp DebugSymbolsSubsection.cpp EnumTables.cpp Formatters.cpp