Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
With this LTO_SYMBOL_DEFINITION_WEAK will not be set if the def is in a comdat.
Given that those things are orthogonal, don't you want to make this an independent flag?
Paths
| Differential D10330
LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is part of a comdat group. ClosedPublic Authored by pcc on Jun 8 2015, 4:47 PM.
Details
Diff Detail Event TimelineComment Actions With this LTO_SYMBOL_DEFINITION_WEAK will not be set if the def is in a comdat. Given that those things are orthogonal, don't you want to make this an independent flag? pcc retitled this revision from LTO: expose LTO_SYMBOL_DEFINITION_COMDAT flag, which indicates that the definition is part of a comdat group. to LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is part of a comdat group.. pcc edited edge metadata. Comment ActionsMake COMDAT flag orthogonal to definition Closed by commit rL239559: LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is part… (authored by pcc). · Explain WhyJun 11 2015, 2:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27350 include/llvm-c/lto.h
lib/LTO/LTOModule.cpp
|