We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463d59d commit a6738a9Copy full SHA for a6738a9
arm-software/embedded/cmake/generate_version_txt.cmake
@@ -26,7 +26,7 @@ if(NOT (LLVM_TOOLCHAIN_C_LIBRARY STREQUAL llvmlibc)) # libc in a separate repo?
26
27
execute_process(
28
COMMAND git -C ${${base_library}_SOURCE_DIR} rev-parse HEAD
29
- OUTPUT_VARIABLE ${LLVM_TOOLCHAIN_C_LIBRARY}_COMMIT
+ OUTPUT_VARIABLE ${base_library}_COMMIT
30
OUTPUT_STRIP_TRAILING_WHITESPACE
31
COMMAND_ERROR_IS_FATAL ANY
32
)
0 commit comments