Skip to content
  • Devang Patel's avatar
    DebugInfo can be enabled or disabled at function level (e.g. using an... · d6ffebb0
    Devang Patel authored
    DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not.
    
    llvm-svn: 127165
    d6ffebb0
Loading