[llvm] 494253f - [DebugInfo] [DWARF] Fix C to CMake comment (#147199)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 6 10:43:26 PDT 2025
Author: Guy David
Date: 2025-07-06T20:43:22+03:00
New Revision: 494253f5d6d3428525723a614c95509aba7afdf9
URL: https://github.com/llvm/llvm-project/commit/494253f5d6d3428525723a614c95509aba7afdf9
DIFF: https://github.com/llvm/llvm-project/commit/494253f5d6d3428525723a614c95509aba7afdf9.diff
LOG: [DebugInfo] [DWARF] Fix C to CMake comment (#147199)
This comment affects the actual dependency resolver, causing builds to
randomly fail.
Added:
Modified:
llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt b/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
index c11a2589a552d..b923277783307 100644
--- a/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt
@@ -5,8 +5,8 @@ add_llvm_component_library(LLVMDebugInfoDWARFLowLevel
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF/LowLevel
- // This code should have almost no dependencies. Anything that needs
- // more should use the higher-level DebugInfo/DWARF/ library.
+ # This code should have almost no dependencies. Anything that needs
+ # more should use the higher-level DebugInfo/DWARF/ library.
LINK_COMPONENTS
BinaryFormat
Support
More information about the llvm-commits
mailing list