[PATCH] Add segmented stack support for DragonFlyBSD

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Dec 15 13:45:03 PST 2014


LGTM with it clang-formated.


================
Comment at: include/llvm/ADT/Triple.h:380
@@ -379,1 +379,3 @@
 
+  bool isOSDragonFly() const {
+    return getOS() == Triple::DragonFly;
----------------
This fits in one line, no? Can you git-clang-format the patch?

http://reviews.llvm.org/D4705

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list