mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Commit fc1c478709 added includes of <signal.h> and <errno.h> to
UnwindCursor.hpp. The library previously built on platforms where these
headers are not provided. These headers should be included only in the
case where they are actually needed, i.e. on Linux.