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

           Summary: [PATCH] llvm-config's Makefile: change sed's delimiter
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


llvm-config's Makefile uses sed with a delimiter of comma to build the final
version of the script. This causes problems when building in, e.g., Fedora,
since some compiler options passed by default contain commas, e.g.:

-Wp,-D_FORTIFY_SOURCE=2

We have carried this patch since llvm 2.1, but for some reason the patch has
never been upstreamed. If this could be applied, we could drop it from our
tree.

(Also, if someone could ping the Ocaml binding maintainer, this bug:
http://llvm.org/bugs/show_bug.cgi?id=3153 has a patch that applies to LLVM 2.4
and 2.5)


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