DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfException.h
index 5a2ee9e490a5af0eb3e50dca27c3b624e707db3f..a28eaf0c1405529b42100fb5a490290629f5e011 100644 (file)
@@ -186,6 +186,10 @@ class ARMException : public DwarfException {
   void EmitTypeInfos(unsigned TTypeEncoding);
   ARMTargetStreamer &getTargetStreamer();
 
+  /// shouldEmitCFI - Per-function flag to indicate if frame CFI info
+  /// should be emitted.
+  bool shouldEmitCFI;
+
 public:
   //===--------------------------------------------------------------------===//
   // Main entry points.