Skip to content
  • Rafael Espindola's avatar
    Fix llvm-gcc bootstrap with gnu ld. · 601a11ed
    Rafael Espindola authored
    The problem was codegen guessing the wrong values and printing
    
    	.section	.eh_frame,"aMS",@progbits,4
    
    It is not clear at all if Codegen should try to guess, MC is the
    one that should know the default flags.
    
    llvm-svn: 126421
    601a11ed
Loading