Skip to content
  • Brad King's avatar
    Fix implicit include directory extraction for adaptive relative paths · ef41d498
    Brad King authored
    In some cases GCC reports *relative* implicit include directories.  They
    are computed adaptively with respect to the current working directory
    such that the effective implicit include directory is an unchanging
    absolute path.  Teach our implicit include directory extraction to
    recognize such paths and normalize them.
    
    Fixes: #19133
    ef41d498