[llvm] [gn build] Port b6976d223eeb (PR #207454)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 12:32:59 PDT 2026


https://github.com/nico created https://github.com/llvm/llvm-project/pull/207454

None

>From 26a8183ce5f0076a2a1a0249995e0d5cfb4361bb Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Fri, 3 Jul 2026 21:32:28 +0200
Subject: [PATCH] [gn build] Port b6976d223eeb

---
 .../gn/secondary/clang-tools-extra/clang-doc/support/BUILD.gn    | 1 +
 .../gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/support/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/support/BUILD.gn
index 567a9755c1f0a..122a4aab4f44b 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/support/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/support/BUILD.gn
@@ -4,6 +4,7 @@ static_library("support") {
   deps = [ "//llvm/lib/Support" ]
   sources = [
     "File.cpp",
+    "Markdown.cpp",
     "Utils.cpp",
   ]
 }
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
index 427a64e7a8b10..1206f86888b46 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
@@ -42,6 +42,7 @@ unittest("ClangDocTests") {
     "HTMLGeneratorTest.cpp",
     "JSONGeneratorTest.cpp",
     "MDGeneratorTest.cpp",
+    "MarkdownParserTest.cpp",
     "MergeTest.cpp",
     "SerializeTest.cpp",
     "YAMLGeneratorTest.cpp",



More information about the llvm-commits mailing list