[llvm-branch-commits] [compiler-rt] 60afb58 - [msan] Delete unused glibc header <execinfo.h>
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Dec 27 22:04:16 PST 2020
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>
More information about the llvm-branch-commits
mailing list