From 1b340dc8e20dc1ce204ebdcc2ff11c3dd36888f1 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Mon, 29 Jan 2007 20:48:32 +0000 Subject: Flag to control exception handling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33628 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetOptions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/llvm/Target/TargetOptions.h') diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h index 6bfe005..fcf2aa1 100644 --- a/include/llvm/Target/TargetOptions.h +++ b/include/llvm/Target/TargetOptions.h @@ -59,6 +59,11 @@ namespace llvm { /// .bss section. This flag disables such behaviour (necessary, e.g. for /// crt*.o compiling). extern bool NoZerosInBSS; + + /// ExceptionHandling - This flag indicates that exception information should + /// be emitted. + extern bool ExceptionHandling; + } // End llvm namespace #endif -- cgit v1.1