DescriptionUse correct define for identifying MSVC compiler
Optimizations are supposed to be disabled in our stack-trace code when
building with VC++. However the check used #if defined(COMPILER_MSVC)
when that is never defined in v8. The correct define in v8 is
V8_CC_MSVC.
R=hablich@chromium.org
Review-Url: https://codereview.chromium.org/2800043003
Cr-Commit-Position: refs/heads/master@{#44621}
Committed: https://chromium.googlesource.com/v8/v8/+/aba400985853b5b1a306b4d4a14fe3d9088cebe7
Patch Set 1 #
Messages
Total messages: 17 (11 generated)
|