Skip to content

Commit 494253f

Browse files
authored
[DebugInfo] [DWARF] Fix C to CMake comment (llvm#147199)
This comment affects the actual dependency resolver, causing builds to randomly fail.
1 parent 923a3cc commit 494253f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ add_llvm_component_library(LLVMDebugInfoDWARFLowLevel
55
ADDITIONAL_HEADER_DIRS
66
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF/LowLevel
77

8-
// This code should have almost no dependencies. Anything that needs
9-
// more should use the higher-level DebugInfo/DWARF/ library.
8+
# This code should have almost no dependencies. Anything that needs
9+
# more should use the higher-level DebugInfo/DWARF/ library.
1010
LINK_COMPONENTS
1111
BinaryFormat
1212
Support

0 commit comments

Comments
 (0)