[all-commits] [llvm/llvm-project] 0f62f0: Revert "[llvm] CMake: Force MSVC to read code as U...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Mon Nov 9 14:04:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f62f05655d0dc879bd822b7808f1d3120155e6b
https://github.com/llvm/llvm-project/commit/0f62f05655d0dc879bd822b7808f1d3120155e6b
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
Revert "[llvm] CMake: Force MSVC to read code as UTF-8"
This reverts commit 4d81c8adb6ed9840257f6cb6b93f60856d422a15.
Apparently, we have code that indirectly uses #pragma
execution_character_set which depends on utf-8 not being set:
http://lab.llvm.org:8011/#/builders/127/builds/1161/steps/4/logs/stdio
More information about the All-commits
mailing list