You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
367 B
13 lines
367 B
4 months ago
|
; REQUIRES: diasdk
|
||
|
|
||
|
; RUN: llvm-pdbutil pretty -externals %p/Inputs/LoadAddressTest.pdb \
|
||
|
; RUN: | FileCheck --check-prefix=RVA %s
|
||
|
; RUN: llvm-pdbutil pretty -externals -load-address=0x40000000 \
|
||
|
; RUN: %p/Inputs/LoadAddressTest.pdb | FileCheck --check-prefix=VA %s
|
||
|
|
||
|
; RVA: ---EXTERNALS---
|
||
|
; RVA: [0x00001010] _main
|
||
|
|
||
|
; VA: ---EXTERNALS---
|
||
|
; VA: [0x40001010] _main
|