[LLVMbugs] [Bug 3727] New: [PATCH] llvm-config's Makefile: change sed's delimiter

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 4 13:05:14 PST 2009


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: unassignedbugs at nondot.org
        ReportedBy: salimma at fedoraproject.org
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list