diff options
| author | Zachary Turner <zturner@google.com> | 2017-06-15 20:55:51 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2017-06-15 20:55:51 +0000 |
| commit | da504b794cf3154ec9b3f0fb728f1b3880a8bb77 (patch) | |
| tree | 95d7f819b11df9e7368116ed40595259d29bc539 /llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp | |
| parent | 60aac43813beccb33f72d15967ae4f21a789238d (diff) | |
| download | bcm5719-llvm-da504b794cf3154ec9b3f0fb728f1b3880a8bb77.tar.gz bcm5719-llvm-da504b794cf3154ec9b3f0fb728f1b3880a8bb77.zip | |
Revert "[llvm-pdbutil] rewrite the "raw" output style."
This reverts commit 83ea17ebf2106859a51fbc2a86031b44d33696ad.
This is failing due to some strange template problems, so reverting
until it can be straightened out.
llvm-svn: 305505
Diffstat (limited to 'llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp')
| -rw-r--r-- | llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp b/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp index ba3a2abe209..21e0229a7f8 100644 --- a/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp +++ b/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp @@ -35,7 +35,6 @@ LLVM_YAML_DECLARE_SCALAR_TRAITS(APSInt, false) LLVM_YAML_DECLARE_SCALAR_TRAITS(TypeIndex, false) LLVM_YAML_DECLARE_ENUM_TRAITS(SymbolKind) -LLVM_YAML_DECLARE_ENUM_TRAITS(FrameCookieKind) LLVM_YAML_DECLARE_BITSET_TRAITS(CompileSym2Flags) LLVM_YAML_DECLARE_BITSET_TRAITS(CompileSym3Flags) @@ -150,15 +149,6 @@ void ScalarEnumerationTraits<ThunkOrdinal>::enumeration(IO &io, } } -void ScalarEnumerationTraits<FrameCookieKind>::enumeration( - IO &io, FrameCookieKind &FC) { - auto ThunkNames = getFrameCookieKindNames(); - for (const auto &E : ThunkNames) { - io.enumCase(FC, E.Name.str().c_str(), - static_cast<FrameCookieKind>(E.Value)); - } -} - namespace llvm { namespace CodeViewYAML { namespace detail { |

