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

Changeset 582:723806dc48d8

Show
Ignore:
Timestamp:
09/07/08 10:16:10 (4 months ago)
Author:
Christian Kamm <kamm incasoftware de>
branch:
default
Message:

Don't link in any target code, was unnecessary.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • premake.lua

    r581 r582  
    55-- we always make vtables opaque, it simply kills performance... 
    66OPAQUE_VTBLS = 1 
    7  
    8 -- enables additional backends 
    9 addoption("add-backend", "Link in more than the native LLVM backend") 
    10 EXTRA_BACKENDS="" 
    11 if options["add-backend"] then 
    12     EXTRA_BACKENDS=options["add-backend"] 
    13 end 
    147 
    158-- use of boehm gc 
     
    6356package.linkoptions = { 
    6457    -- long but it's faster than just 'all' 
    65     "`llvm-config --libs backend asmparser bitreader bitwriter linker ipo instrumentation " .. EXTRA_BACKENDS .. "`", 
     58    "`llvm-config --libs bitwriter linker ipo instrumentation`", 
    6659    "`llvm-config --ldflags`", 
    6760} 
Copyright © 2008, LDC Development Team.