Skip to content

Commit

Permalink
Merge remote-tracking branch 'freebsd/master' into hardened/current/m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
opntr-auto committed Sep 23, 2015
2 parents fe313e7 + c599166 commit ccc813d
Show file tree
Hide file tree
Showing 33 changed files with 12,093 additions and 7 deletions.
20 changes: 20 additions & 0 deletions contrib/llvm/projects/libunwind/include/__libunwind_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//===------------------------- __libunwind_config.h -----------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef ____LIBUNWIND_CONFIG_H__
#define ____LIBUNWIND_CONFIG_H__

#if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && \
!defined(__ARM_DWARF_EH__)
#define _LIBUNWIND_ARM_EHABI 1
#else
#define _LIBUNWIND_ARM_EHABI 0
#endif

#endif // ____LIBUNWIND_CONFIG_H__
Loading

0 comments on commit ccc813d

Please sign in to comment.