mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +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
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
; REQUIRES: diasdk
|
|
|
|
; RUN: llvm-pdbutil pretty -module-syms %p/Inputs/UsingNamespaceTest.pdb > %t
|
|
; RUN: FileCheck -input-file=%t %s
|
|
|
|
; CHECK: ---SYMBOLS---
|
|
; CHECK-NEXT: {{.*}}UsingNamespaceTest.obj
|
|
; CHECK-DAG: using namespace NS
|