Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Unified Diff: lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h

Issue 738143002: Add flag to enable Dwarf exception handling on ARM (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@merge_35
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
diff --git a/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h b/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
index e9257894af2a017801cbcc0ba194016109d1a7ba..51cfa0adc1a982fe4366a7ee1c948f8ce77fb187 100644
--- a/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
+++ b/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
@@ -32,13 +32,6 @@ namespace llvm {
explicit ARMELFMCAsmInfo(StringRef TT);
void setUseIntegratedAssembler(bool Value) override;
-
- // @LOCALMOD-BEGIN
- // Exceptions handling
- void setExceptionsType(ExceptionHandling ExType) {
- ExceptionsType = ExType;
- }
- // @LOCALMOD-END
};
class ARMCOFFMCAsmInfoMicrosoft : public MCAsmInfoMicrosoft {

Powered by Google App Engine
This is Rietveld 408576698