-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
Bugzilla Link | 3727 |
Resolution | FIXED |
Resolved on | Mar 10, 2009 14:03 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @sunfishcode,@nlewycky |
Extended Description
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)
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla