forked from OSchip/llvm-project
parent
243e1f21db
commit
15d8225b59
|
@ -125,7 +125,7 @@ public:
|
|||
virtual bool UseDwarfDebugFlags() const { return false; }
|
||||
|
||||
/// UseSjLjExceptions - Does this tool chain use SjLj exceptions.
|
||||
virtual bool UseSjLjExceptions() const { return false; };
|
||||
virtual bool UseSjLjExceptions() const { return false; }
|
||||
};
|
||||
|
||||
} // end namespace driver
|
||||
|
|
Loading…
Reference in New Issue