[llvm] [DebugInfo] [DWARF] Fix C to CMake comment (PR #147199)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 6 09:32:17 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: Guy David (guy-david)

<details>
<summary>Changes</summary>

This comment affects the actual dependency resolver, causing builds to randomly fail.

---
Full diff: https://github.com/llvm/llvm-project/pull/147199.diff


1 Files Affected:

- (modified) llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt (+2-2) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/147199


More information about the llvm-commits mailing list