Skip to content

support transparent LTO on linux #1320

@nlewycky

Description

@nlewycky
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 bugzillaenhancementImproving things as opposed to bug fixing, e.g. new or missing featurellvm-toolsAll llvm tools that do not have corresponding tag

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions