Support for non-landing pad exception handling.
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index 6bfe005c1567247137df04e99bd887cbd79cdbfe..fcf2aa15bb1713838c2638cf21d5c42797a02b0b 100644 (file)
@@ -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