[LLVMbugs] [Bug 9887] New: "unable to pass LLVM bit-code files to linker" when compiling with -O4

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 10 08:53:26 PDT 2011


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

           Summary: "unable to pass LLVM bit-code files to linker" when
                    compiling with -O4
           Product: clang
           Version: 2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: bartosz.szurgot at pwr.wroc.pl
                CC: llvmbugs at cs.uiuc.edu


$ clang bug.c -O3 && echo OK
OK
$ clang bug.c -O4 && echo OK
clang: error: 'x86_64-pc-linux-gnu': unable to pass LLVM bit-code files to
linker

-- 
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