[all-commits] [llvm/llvm-project] b621e8: [LLDB] Fix build on windows caused by LinuxPTraceD...

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Tue Jul 21 04:48:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b621e8c787b3e20aa9e9dc940bfd4a792cd2a06c
      https://github.com/llvm/llvm-project/commit/b621e8c787b3e20aa9e9dc940bfd4a792cd2a06c
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    M lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h

  Log Message:
  -----------
  [LLDB] Fix build on windows caused by LinuxPTraceDefines_arm64sve.h

This patch fixes build on lldb-x64-windows-ninja. The error is caused by
use of two leading underscores.

According to MSVC documentation:
In Microsoft C++, identifiers with two leading underscores are reserved
for compiler implementations.

https://docs.microsoft.com/en-us/cpp/cpp/keywords-cpp?view=vs-2019




More information about the All-commits mailing list