[all-commits] [llvm/llvm-project] fde3ae: [asan][memprof] Declare _DYNAMIC and fix -Wparenth...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Dec 27 20:33:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fde3ae88ee4236d6ecb8178c6c893df5a5a04437
https://github.com/llvm/llvm-project/commit/fde3ae88ee4236d6ecb8178c6c893df5a5a04437
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-27 (Sun, 27 Dec 2020)
Changed paths:
M compiler-rt/lib/asan/asan_linux.cpp
M compiler-rt/lib/memprof/memprof_linux.cpp
M compiler-rt/lib/memprof/memprof_mapping.h
Log Message:
-----------
[asan][memprof] Declare _DYNAMIC and fix -Wparentheses
Declare `extern ElfW(Dyn) _DYNAMIC[];` so that it will trivially work on musl.
More information about the All-commits
mailing list