Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #48 (closed enhancement: fixed)

Opened 6 months ago

Last modified 2 months ago

eliminate reliance on external llvm tools

Reported by: lindquist Assigned to:
Priority: minor Milestone:
Version: Keywords:
Cc:

Description (Last modified by lindquist)

Currently LLVMDC calls llvm-ld to link and generate executables, it would be nice if we could handle this linking ourselves (llvm-ld doesn't take many options), and possibly codegen as well with just LLVM API calls, or at least only call llc

Change History

06/03/08 10:50:22 changed by lindquist

  • description changed.

06/03/08 11:03:43 changed by lindquist

  • type changed from defect to enhancement.

10/11/08 15:43:16 changed by ChristianK

  • status changed from new to closed.
  • resolution set to fixed.

Assembly and linking is now done with gcc only.

Copyright © 2008, LDC Development Team.