[LLVMbugs] [Bug 21540] New: The -object_path_lto option should support paths to directories
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Nov 11 18:18:49 PST 2014
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=21540
            Bug ID: 21540
           Summary: The -object_path_lto option should support paths to
                    directories
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: kulakov.ilya at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified
It's not always possible to modify invocations to the linker, especially when
you compile 3rd party projects or use some build system. Therefore it's often
quite hard to enable LTO because linker requires unique path to
"-object_path_lto" in order to make utils like dsymutil.
The solution should be fairly simple: allow to specify path to a directory and
create whatever unique files automatically.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141112/526aaccb/attachment.html>
    
    
More information about the llvm-bugs
mailing list