Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Side by Side Diff: third_party/libc++/alloc_visibility_overrides.S

Issue 2938913003: Force hidden symbol visibility for allocation operators (Closed)
Patch Set: Remove stdlib_new_delete from libc++abi Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libc++/BUILD.gn ('k') | third_party/libc++abi/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #define DEFINE_HIDDEN(x) \
2 .globl x; .hidden x
3
4 DEFINE_HIDDEN(_Znwm)
5 DEFINE_HIDDEN(_Znam)
6 DEFINE_HIDDEN(_ZdlPv)
7 DEFINE_HIDDEN(_ZdaPv)
OLDNEW
« no previous file with comments | « third_party/libc++/BUILD.gn ('k') | third_party/libc++abi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698