-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurellvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag
Description
| Bugzilla Link | 948 |
| Resolution | FIXED |
| Resolved on | Feb 03, 2009 22:03 |
| Version | trunk |
| OS | Linux |
| CC | @chandlerc |
Extended Description
llvm-gcc should know to run llvm-ld when linking bytecode files. Specifically,
running "llvm-gcc main.bc aux.bc -o myprog" should produce a native "myprog". It
should also parse and interpret the command-line parameters -O0 to turn on/off
optimization.
This is necessary to use llvm-gcc with LTO with an autoconf based package.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurellvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag