diff options
author | Markus Böck <markus.boeck02@gmail.com> | 2021-11-30 09:13:02 +0100 |
---|---|---|
committer | Markus Böck <markus.boeck02@gmail.com> | 2021-11-30 09:13:22 +0100 |
commit | 7ba70d32736aef0c640b9d0e7b9081fc208c81c2 (patch) | |
tree | 5730292b428b9158eec36bcf786d829d6efe20d0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | c2e08aba1afd5a69dbe74b03ce6f463d45102222 (diff) | |
download | llvm-7ba70d32736aef0c640b9d0e7b9081fc208c81c2.zip llvm-7ba70d32736aef0c640b9d0e7b9081fc208c81c2.tar.gz llvm-7ba70d32736aef0c640b9d0e7b9081fc208c81c2.tar.bz2 |
[PR52549][clang-cl] Predefine _MSVC_EXECUTION_CHARACTER_SET
Since VS 2022 17.1 MSVC predefines _MSVC_EXECUTION_CHARACTER_SET to inform the users of the execution character set defined at compile time. The value the macro expands to is a Windows Code Page Identifier which are documented here: https://docs.microsoft.com/en-us/windows/win32/intl/code-page-identifiers
As clang currently only supports UTF-8 it is defined as 65001. If clang-cl were to support a different execution character set in the future we'd have to change the value.
Fixes https://bugs.llvm.org/show_bug.cgi?id=52549
Differential Revision: https://reviews.llvm.org/D114576
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions