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

Ticket #54 (closed defect: invalid)

Opened 5 months ago

Last modified 2 months ago

Fix explicit phobos references in dstress tests

Reported by: ChristianK Assigned to:
Priority: major Milestone:
Version: Keywords: dstress linking
Cc:

Description

Possibly by providing tangobos. I've tried this, but

llvmdc -Lmytangobos.a sometest.d

where mytangobos.a is an archive of llvm bitcode fails with the symbols in mytangobos.a not being found. This seems to be an issue with the call to llvm-ld. If I link manually and put mytangobos.a at the end of the call, just before the runtime lib, it works.

Should linking order matter? If it should, how do we determine where he -L argument to llvmdc inserts something into the linker command line? Certainly before the runtime (because of appending linkage), but where exactly?

Change History

10/17/08 04:24:51 changed by ChristianK

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

Outdated. Change in DStress instead.

Copyright © 2008, LDC Development Team.