Chromium Code Reviews

Unified Diff: include/v8config.h

Issue 1145213004: Set V8_HAS_DECLSPEC_SELECTANY for clang-cl (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8config.h
diff --git a/include/v8config.h b/include/v8config.h
index 991a43afd445c066eda7d5fc6e5d56209a5a0cf4..8c8eb4d0419550bd53e595a99371dbd741870ddd 100644
--- a/include/v8config.h
+++ b/include/v8config.h
@@ -201,6 +201,7 @@
# define V8_CC_GNU 1
#elif defined(_MSC_VER) // Clang in cl mode.
# define V8_CC_MSVC 1
+# define V8_HAS_DECLSPEC_SELECTANY 1
#endif
// Clang defines __alignof__ as alias for __alignof
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine