Previously we had only Linux using DTPOFF for these; all X86 ELF targets should.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Seems like some overkill on the indirection, but you've said you have some more coming for ps4 so OK.
-eric
Comment Actions
Could also add:
; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-freebsd \ ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=SINGLE --check-prefix=SINGLE-64 %s
Comment Actions
I was wondering about FreeBSD, glad to know it's correct. I added the extra RUN line, will commit shortly.