mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
83bf4e9cf8
llvm-pdbdump was renamed to llvm-pdbutil long ago. This updates the test to be where you'd expect them to be. llvm-svn: 365515
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
; REQUIRES: diasdk
|
|
; RUN: llvm-pdbutil pretty -lines %p/Inputs/PrettyFuncDumperTest.pdb > %t
|
|
|
|
; CHECK: ---COMPILANDS---
|
|
; CHECK: {{.*}}\PrettyFuncDumperTest.obj
|
|
; CHECK: {{.*}}\prettyfuncdumpertest.cpp (MD5: E36B273C4D7B3D70C996387C95A6C4F7)
|