[PATCH] [SPARC] Repair GOT references to internal symbols.
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Wed Jun 17 06:56:58 PDT 2015
LGTM
================
Comment at: test/CodeGen/SPARC/obj-relocs.ll:1
@@ -1,2 +1,2 @@
; RUN: llc < %s -march=sparcv9 -filetype=obj --relocation-model=static | llvm-readobj -r | FileCheck %s --check-prefix=CHECK-ABS
; RUN: llc < %s -march=sparcv9 -filetype=obj --relocation-model=pic | llvm-readobj -r | FileCheck %s --check-prefix=CHECK-PIC
----------------
Could this be changed to used llvm-mc? If not, what asm parsing feature that is missing?
It can be done in another commit, but we should get to it.
http://reviews.llvm.org/D10441
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list