[llvm] r237327 - Don't omit the constant when computing a cross-section relative relocation.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon May 25 05:26:28 PDT 2015


> +; Verify the assembler produces the expected expressions
> +; RUN: llc -mtriple=x86_64-pc-win32 %s -o - | FileCheck %s
> +; Verify the .fix data section conveys the right offsets and the right relocations
> +; RUN: llc -mtriple=x86_64-pc-win32 -filetype=obj %s -o - | llvm-readobj -relocations -expand-relocs -sections -section-data | FileCheck %s --check-prefix=READOBJ

Can't this be tested with llvm-mc instead of llc?

Cheers,
Rafael



More information about the llvm-commits mailing list