diff options
author | Zachary Turner <zturner@google.com> | 2015-02-18 19:32:05 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-02-18 19:32:05 +0000 |
commit | 99f0215be8ebc14fa53c164583f1e08c0863b01a (patch) | |
tree | 9adff561048bde4e762cd9fe23a9af310fa9725c /llvm/test/DebugInfo/COFF/cpp-mangling.ll | |
parent | 60b6f4f02b1d56f68d05fcb93c601d4974f503b7 (diff) | |
download | bcm5719-llvm-99f0215be8ebc14fa53c164583f1e08c0863b01a.tar.gz bcm5719-llvm-99f0215be8ebc14fa53c164583f1e08c0863b01a.zip |
Modify llvm-readobj to dump symbol record bytes.
This will help us study the format of individual symbol
records more closely.
Differential Revision: http://reviews.llvm.org/D7664
Reviewed by: Timur Iskhodzhanov
llvm-svn: 229730
Diffstat (limited to 'llvm/test/DebugInfo/COFF/cpp-mangling.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/cpp-mangling.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/cpp-mangling.ll b/llvm/test/DebugInfo/COFF/cpp-mangling.ll index 73c8e1594e6..85bdd4be2bf 100644 --- a/llvm/test/DebugInfo/COFF/cpp-mangling.ll +++ b/llvm/test/DebugInfo/COFF/cpp-mangling.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -o - -O0 < %s | llvm-mc -triple=i686-pc-win32 -filetype=obj | llvm-readobj -s -sr -codeview-linetables | FileCheck %s +; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 -o - -O0 < %s | llvm-mc -triple=i686-pc-win32 -filetype=obj | llvm-readobj -s -sr -codeview -section-symbols | FileCheck %s ; This LL file was generated by running clang on the following code: ; D:\src.cpp: |