bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/25975] clang -fsanitze=address prints warning only with gold


From: dilyan.palauzov at aegee dot org
Subject: [Bug gold/25975] clang -fsanitze=address prints warning only with gold
Date: Sat, 27 Jun 2020 12:20:14 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25975

--- Comment #15 from dilyan.palauzov at aegee dot org <dilyan.palauzov at aegee 
dot org> ---
My libclang_rt.asan-x86_64.a is included in
https://mail.aegee.org/dpa/pr25975/pr-gold-25975.tar.xz.

$ readelf -sW libclang_rt.asan-x86_64.a |grep _asan_extra_spill_area
   281: 0000000000000000    61 FUNC    GLOBAL HIDDEN   172
__asan_extra_spill_area
    12: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND
__asan_extra_spill_area
$ clang -fsanitize=address -fuse-ld=gold i.o
$ readelf -sW a.out |grep _asan_extra_spill_area
  1357: 00000000004c5b20    61 FUNC    LOCAL  HIDDEN    12
__asan_extra_spill_area

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]