summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/cpp-mangling.ll
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-18 19:32:05 +0000
committerZachary Turner <zturner@google.com>2015-02-18 19:32:05 +0000
commit99f0215be8ebc14fa53c164583f1e08c0863b01a (patch)
tree9adff561048bde4e762cd9fe23a9af310fa9725c /llvm/test/DebugInfo/COFF/cpp-mangling.ll
parent60b6f4f02b1d56f68d05fcb93c601d4974f503b7 (diff)
downloadbcm5719-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.ll2
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:
OpenPOWER on IntegriCloud