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

           Summary: clang doesn't support -fno-inline-functions
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


llvm-gcc supported -fno-inline-functions which forced it not to inline any
functions. It doesn't seem to be working well with clang since it is inlining
functions with even this option. Clang doesn't give a warning that
-fno-inline-functions is not supported.

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