Skip to content
  • Rui Ueyama's avatar
    Change the error message format for an incompatible relocation. · 6ea72527
    Rui Ueyama authored
    Previous error message style:
    
      error: /home/alice/src/bar.c:12: relocation R_X86_64_PLT32 cannot refer to absolute symbol 'answer' defined in /home/alice/src/foo.o
    
    New error message style:
    
      error: relocation R_X86_64_PLT32 cannot refer to absolute symbol: foo
      >>> defined in /home/alice/src/foo.o
      >>> referenced by bar.c:12 (/home/alice/src/bar.c:12)
      >>>               /home/alice/src/bar.o:(.text+0x1)
    
    llvm-svn: 299390
    6ea72527
Loading