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