Author: Fangrui Song Date: 2020-12-27T21:59:23-08:00 New Revision: 60afb58bfee6eed7b14d1a7c0594ae3688fb921a
URL: https://github.com/llvm/llvm-project/commit/60afb58bfee6eed7b14d1a7c0594ae3688fb921a DIFF: https://github.com/llvm/llvm-project/commit/60afb58bfee6eed7b14d1a7c0594ae3688fb921a.diff LOG: [msan] Delete unused glibc header <execinfo.h> The file does not call backtrace/backtrace_symbols. Added: Modified: compiler-rt/lib/msan/msan_linux.cpp Removed: ################################################################################ diff --git a/compiler-rt/lib/msan/msan_linux.cpp b/compiler-rt/lib/msan/msan_linux.cpp index bfdae0b920c9..d5baee38e710 100644 --- a/compiler-rt/lib/msan/msan_linux.cpp +++ b/compiler-rt/lib/msan/msan_linux.cpp @@ -26,7 +26,6 @@ #include <signal.h> #include <unistd.h> #include <unwind.h> -#include <execinfo.h> #include <sys/time.h> #include <sys/resource.h> _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits