[PATCH] D29167: [compiler-rt] [sancov] Move __sancov_default_options declaration outside the namespace __sancov

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 17:47:45 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293731: [sancov] Move __sancov_default_options declaration outside the namespace… (authored by mpividori).

Changed prior to commit:
  https://reviews.llvm.org/D29167?vs=85859&id=86538#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29167

Files:
  compiler-rt/trunk/lib/sanitizer_common/sancov_flags.h


Index: compiler-rt/trunk/lib/sanitizer_common/sancov_flags.h
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sancov_flags.h
+++ compiler-rt/trunk/lib/sanitizer_common/sancov_flags.h
@@ -32,9 +32,9 @@
 
 void InitializeSancovFlags();
 
+}  // namespace __sancov
+
 extern "C" SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE const char*
 __sancov_default_options();
 
-}  // namespace __sancov
-
 #endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29167.86538.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/bff7860d/attachment-0001.bin>


More information about the llvm-commits mailing list