http://llvm.org/bugs/show_bug.cgi?id=6038

           Summary: Fails to build libgomp
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: ARM
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Found this while trying to build llvm-gcc for arm to work on another bug :-(

$ llc test.ll  -march=arm
LLVM ERROR: Cannot yet select: 0x1eeb170: ch = ARMISD::MEMBARRIER 0x1eeacf0,
0x1eeb458
$ cat test.ll
define arm_aapcscc void @f() {
entry:
  tail call void @llvm.memory.barrier(i1 true, i1 true, i1 true, i1 true, i1
false)
  unreachable
}

declare void @llvm.memory.barrier(i1, i1, i1, i1, i1) nounwind


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to