Keno Fischer | 281b694 | 2015-05-30 19:44:53 +0000 | [diff] [blame^] | 1 | # Check that relocations get applied |
2 | RUN: llvm-dwarfdump %p/Inputs/test-simple-macho.o | FileCheck %s | ||||
3 | RUN: llvm-dwarfdump %p/Inputs/test-multiple-macho.o | FileCheck %s | ||||
4 | RUN: llvm-rtdyld -printline %p/Inputs/test-multiple-macho.o | FileCheck %s | ||||
5 | RUN: llvm-rtdyld -printobjline %p/Inputs/test-multiple-macho.o | FileCheck %s | ||||
6 | |||||
7 | CHECK-NOT: error: failed to compute relocation: X86_64_RELOC_UNSIGNED |