mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
4759abd6b1
llvm-svn: 335939
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
// REQUIRES: x86_64-linux
|
|
// RUN: llvm-objdump --disassemble %p/Inputs/call-absolute-symbol.elf-x86_64 | FileCheck %s
|
|
CHECK: 201000: e8 fb f0 df ff callq -2100997 <foo>
|