View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015245CMakeCMakepublic2014-11-11 20:542016-06-10 14:31
ReporterIlya 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015245: Add support for LTO
DescriptionWhen compiling both with LTO and debugging symbols enabled (at least in clang) one must supply the -object_path_lto option:

-object_path_lto filename
    When performing Link Time Optimization (LTO) and a temporary mach-o object file is needed,
    if this option is used, the temporary file will be stored at the specified path and remain after
    the link is complete. Without the option, the linker picks a path and deletes the object file before
    the linker tool completes, thus tools such as the debugger or dsymutil will not be able
    to access the DWARF debug info in the temporary object file.

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042666)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2014-11-11 20:54 Ilya New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042666
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team