[llvm-bugs] [Bug 35269] New: error in backend: Cannot select: 0x1039110: ch, glue = X86ISD::TLSBASEADDR 0xfe38f8, TargetGlobalTLSAddress:i32<i8** @thread_mq_tls> 0 > [TF=8]

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 9 14:13:38 PST 2017


https://bugs.llvm.org/show_bug.cgi?id=35269

            Bug ID: 35269
           Summary: error in backend: Cannot select: 0x1039110: ch,glue =
                    X86ISD::TLSBASEADDR 0xfe38f8,
                    TargetGlobalTLSAddress:i32<i8** @thread_mq_tls> 0 >
                    [TF=8]
           Product: clang
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: EoD at xmw.de
                CC: llvm-bugs at lists.llvm.org

I am using a x86_64-pc-linux-gnux32 host (and target) and I am trying to
compile pulseaudio.

>  CC       pulsecore/libpulsecore_11.0_la-thread-mq.lo
> fatal error: error in backend: Cannot select: 0x1039110: ch,glue = X86ISD::TLSBASEADDR 0xfe38f8, TargetGlobalTLSAddress:i32<i8** @thread_mq_tls> 0 > [TF=8]
>   0x1038fa8: i32 = TargetGlobalTLSAddress<i8** @thread_mq_tls> 0 [TF=8]
> In function: pa_thread_mq_install
> clang-3.9: error: clang frontend command failed with exit code 70 (use -v to see invocation)
> clang version 3.9.1 (tags/RELEASE_391/final)
> Target: x86_64-pc-linux-gnux32
> Thread model: posix
> InstalledDir: /usr/bin


> $ clang -v
> clang version 3.9.1 (tags/RELEASE_391/final)
> Target: x86_64-pc-linux-gnux32
> Thread model: posix
> InstalledDir: /usr/bin
> Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnux32/5.4.0
> Candidate multilib: .;@mx32
> Candidate multilib: 64;@m64
> Candidate multilib: 32;@m32
> Selected multilib: .;@mx32

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171109/e930d86a/attachment.html>


More information about the llvm-bugs mailing list