Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a C API to the LLVM LTO library #1453

Closed
chandlerc opened this issue Jan 6, 2007 · 1 comment
Closed

Add a C API to the LLVM LTO library #1453

chandlerc opened this issue Jan 6, 2007 · 1 comment
Labels
bugzilla Issues migrated from bugzilla enhancement Improving things as opposed to bug fixing, e.g. new or missing feature llvm-tools All llvm tools that do not have corresponding tag

Comments

@chandlerc
Copy link
Member

Bugzilla Link 1081
Resolution FIXED
Resolved on Feb 22, 2010 12:55
Version trunk
OS Linux
Attachments [includehttps://user-images.githubusercontent.com/711534/143736758-7c498307-76f4-4ec3-89e2-82a62d8c9229.gz), [toolshttps://user-images.githubusercontent.com/711534/143736759-a2a7e217-0486-443e-8f0c-26ced9f5a208.gz)

Extended Description

In trying to integrate LLVM into GNU ld, it became necessary to have a C API for
the LTO. Rather than place C++, LLVM-specific code into the GNU linker, it
seemed more appropriate to include a C interface within LLVM itself. The files
and patches here will hopefully accomplish this in a smooth and unobtrusive manner.

@lattner
Copy link
Collaborator

lattner commented Jan 7, 2007

Applied! I made a couple of minor changes (brace placement, wrap to 80 lines etc), but nothing
functional.

Nice work,

-Chris

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
@Endilll Endilll added enhancement Improving things as opposed to bug fixing, e.g. new or missing feature and removed new-feature labels Aug 15, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla enhancement Improving things as opposed to bug fixing, e.g. new or missing feature llvm-tools All llvm tools that do not have corresponding tag
Projects
None yet
Development

No branches or pull requests

3 participants