Generate native unwind info on Win64
[oota-llvm.git] / include / llvm / MC / MCAsmInfo.h
index 55dc40afe5abfff1fd13bffed03927468052b7f3..17465543001b4a9c438386884da0917b94830f05 100644 (file)
@@ -481,6 +481,7 @@ public:
   bool isExceptionHandlingDwarf() const {
     return (ExceptionsType == ExceptionHandling::DwarfCFI ||
             ExceptionsType == ExceptionHandling::ARM ||
+            // Win64 handler data still uses DWARF LSDA encoding.
             ExceptionsType == ExceptionHandling::Win64);
   }
   bool doesDwarfUseRelocationsAcrossSections() const {