[PATCH] D52279: [sanitizer] Make __sanitizer::CheckFailed not public

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 07:54:05 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT342651: [sanitizer] Make __sanitizer::CheckFailed not public (authored by cryptoad, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52279?vs=166183&id=166292#toc

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D52279

Files:
  lib/sanitizer_common/sanitizer_internal_defs.h


Index: lib/sanitizer_common/sanitizer_internal_defs.h
===================================================================
--- lib/sanitizer_common/sanitizer_internal_defs.h
+++ lib/sanitizer_common/sanitizer_internal_defs.h
@@ -275,8 +275,6 @@
 // NOTE: Functions below must be defined in each run-time.
 void NORETURN Die();
 
-// FIXME: No, this shouldn't be in the sanitizer interface.
-SANITIZER_INTERFACE_ATTRIBUTE
 void NORETURN CheckFailed(const char *file, int line, const char *cond,
                           u64 v1, u64 v2);
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52279.166292.patch
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/c226c31d/attachment.bin>


More information about the llvm-commits mailing list