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

Ticket #18 (closed enhancement: fixed)

Opened 1 year ago

Last modified 2 months ago

add option to output native object files directly

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

Description

Right now when compiling with -c you can only produce bitcode. There should be an option to output native ELF objects files directly.

Change History

05/04/08 19:18:45 changed by lindquist

Maybe we should just wait until LLVM's ELF writer is working?

05/12/08 16:58:31 changed by lindquist

  • type changed from defect to enhancement.

06/11/08 19:41:07 changed by lindquist

  • milestone deleted.

10/11/08 15:42:44 changed by ChristianK

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

Not exactly 'directly', but ldc now defaults to emitting the assembly file and assembling it to an object file using gcc. Marking this as fixed for now.

Copyright © 2008, LDC Development Team.