[libcxx-commits] [PATCH] D93316: [libc++] Fix extern C for __sanitizer_annotate_contiguous_container() (for gcc)
Azat Khuzhin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 16 23:17:58 PST 2020
azat updated this revision to Diff 312385.
azat added a comment.
Update patch after github email was verified
In attempt to fix [1]:
Please make sure you have the correct access rights
and the repository exists.')
INFO Syncing local, origin and upstream...
INFO Backing off reset_repository(...) for 2.4s (git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git push origin main
stderr: 'ERROR: You must verify your email address.
See https://github.com/settings/emails.
fatal: Could not read from remote repository.
[1]: https://buildkite.com/llvm-project/diff-checks/builds/22546#42504dd5-9909-4d24-a94b-73413ec8839c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93316/new/
https://reviews.llvm.org/D93316
Files:
libcxx/include/__config
Index: libcxx/include/__config
===================================================================
--- libcxx/include/__config
+++ libcxx/include/__config
@@ -1082,7 +1082,7 @@
#endif
#ifndef _LIBCPP_HAS_NO_ASAN
-_LIBCPP_FUNC_VIS extern "C" void __sanitizer_annotate_contiguous_container(
+extern "C" _LIBCPP_FUNC_VIS void __sanitizer_annotate_contiguous_container(
const void *, const void *, const void *, const void *);
#endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93316.312385.patch
Type: text/x-patch
Size: 440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201217/2ea4d67a/attachment-0001.bin>
More information about the libcxx-commits
mailing list