[LLVMbugs] [Bug 6038] New: Fails to build libgomp

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jan 13 20:08:19 PST 2010


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: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list