• Benjamin Kramer's avatar
    [assembler] Don't define the reserved name _xgetbv · 15a258b0
    Benjamin Kramer authored
    _xgetbv is reserved for the implementation and shouldn't be used by user
    code. Newer GCCs and clang trunk define _xgetbv, leading to a name
    collision if xsaveintrin.h gets included transitively.
    
    This unbreaks building v8 with clang trunk and libstdc++ 4.9, which
    happens to pull in xsaveintrin.h transitively through <algorithm>. Newer
    versions of libstdc++ don't seem to do that anymore which is why this
    issue never showed up before.
    
    R=bmeurer@chromium.org
    
    Change-Id: If94efaf4798e5420738064bcbf26880f904c76a9
    Reviewed-on: https://chromium-review.googlesource.com/c/1414858Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58849}
    15a258b0
Name
Last commit
Last update
..
assembler-x64-inl.h Loading commit data...
assembler-x64.cc Loading commit data...
assembler-x64.h Loading commit data...
constants-x64.h Loading commit data...
cpu-x64.cc Loading commit data...
deoptimizer-x64.cc Loading commit data...
disasm-x64.cc Loading commit data...
eh-frame-x64.cc Loading commit data...
frame-constants-x64.cc Loading commit data...
frame-constants-x64.h Loading commit data...
interface-descriptors-x64.cc Loading commit data...
macro-assembler-x64.cc Loading commit data...
macro-assembler-x64.h Loading commit data...
register-x64.h Loading commit data...
sse-instr.h Loading commit data...