Skip to content
  • Rui Ueyama's avatar
    f94efddd
    Add a flag to InputSectionBase for linker script. · f94efddd
    Rui Ueyama authored
    Previously, we set (uintptr_t)-1 to InputSectionBase::OutSec to record
    that a section has already been set to be assigned to some output section
    by linker scripts. Later, we restored nullptr to the pointer to use
    the field for the original purpose. That overloading is not very easy to
    understand.
    
    This patch adds a bit flag for that purpose, so that we don't need
    to piggyback the flag on an unrelated pointer.
    
    llvm-svn: 287508
    f94efddd
    Add a flag to InputSectionBase for linker script.
    Rui Ueyama authored
    Previously, we set (uintptr_t)-1 to InputSectionBase::OutSec to record
    that a section has already been set to be assigned to some output section
    by linker scripts. Later, we restored nullptr to the pointer to use
    the field for the original purpose. That overloading is not very easy to
    understand.
    
    This patch adds a bit flag for that purpose, so that we don't need
    to piggyback the flag on an unrelated pointer.
    
    llvm-svn: 287508
Loading