[compiler-rt] 8470430 - [NFC][compiler-rt] Shorten comment
Tobias Hieta via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 05:43:16 PST 2023
Author: Tobias Hieta
Date: 2023-02-10T14:42:48+01:00
New Revision: 8470430107d03b5b501b47112750c1905e082c35
URL: https://github.com/llvm/llvm-project/commit/8470430107d03b5b501b47112750c1905e082c35
DIFF: https://github.com/llvm/llvm-project/commit/8470430107d03b5b501b47112750c1905e082c35.diff
LOG: [NFC][compiler-rt] Shorten comment
Added:
Modified:
compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
Removed:
################################################################################
diff --git a/compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake b/compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
index 2ab29878bc6a2..be14992b2944f 100644
--- a/compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
+++ b/compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
@@ -48,8 +48,7 @@ function(compiler_rt_mock_llvm_cmake_config_set_target_triple)
# support this flag.
set(DUMPMACHINE_ARG -dumpmachine)
if(MSVC)
- # This means we are using clang-cl and it requires
- # /clang: as prefix for dumpmachine argument.
+ # Use /clang:-dumpmachine for clang-cl.
set(DUMPMACHINE_ARG /clang:-dumpmachine)
endif()
execute_process(
More information about the llvm-commits
mailing list