[PATCH] D74578: [GWP-ASan] Silence gcc error

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 13:11:29 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGef7488ef205c: [GWP-ASan] Silence gcc error (authored by cryptoad).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74578/new/

https://reviews.llvm.org/D74578

Files:
  compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp


Index: compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
===================================================================
--- compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
+++ compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
@@ -84,6 +84,7 @@
   case AlignmentStrategy::DEFAULT:
     __builtin_unreachable();
   }
+  __builtin_unreachable();
 }
 
 } // namespace gwp_asan


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74578.244520.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/c2862e39/attachment.bin>


More information about the llvm-commits mailing list