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

Guy David via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 6 09:31:46 PDT 2025


https://github.com/guy-david created https://github.com/llvm/llvm-project/pull/147199

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

>From c902413b1f2daae2cb92ca7e98a3e25ab100c4e4 Mon Sep 17 00:00:00 2001
From: Guy David <guyda96 at gmail.com>
Date: Sun, 6 Jul 2025 19:31:21 +0300
Subject: [PATCH] [DebugInfo] [DWARF] Fix C to CMake comment

This comment affects the actual dependency resolver, causing builds to
randomly fail.
---
 llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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