[PATCH] D39673: Toolchain: Normalize dwarf, sjlj and seh eh
    Martin Storsjö via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Nov 28 22:58:29 PST 2017
    
    
  
mstorsjo added inline comments.
================
Comment at: cfe/trunk/lib/Driver/ToolChains/FreeBSD.cpp:368
+        getTriple().getArch() == llvm::Triple::thumb)
+      return llvm::ExceptionHandling::SjLj;
   case llvm::Triple::GNUEABIHF:
----------------
This seems to need a fallthrough comment to build without warnings in some configurations, see e.g. http://lab.llvm.org:8011/builders/ubuntu-gcc7.1-werror/builds/3329/steps/build-unified-tree/logs/stdio
Repository:
  rL LLVM
https://reviews.llvm.org/D39673
    
    
More information about the cfe-commits
mailing list