[llvm] [gn build] Port commits (PR #205428)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 13:56:28 PDT 2026


https://github.com/aeubanks created https://github.com/llvm/llvm-project/pull/205428

55d7f777d958
582a20269e2c

>From 93bc09a2773515c550d1c548679a0cb3922dd499 Mon Sep 17 00:00:00 2001
From: Arthur Eubanks <aeubanks at google.com>
Date: Tue, 23 Jun 2026 20:40:11 +0000
Subject: [PATCH] [gn build] Port commits

55d7f777d958
582a20269e2c
---
 llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn | 1 +
 llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
index 2091b0abe7b4b..107109cdfd47f 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
@@ -44,6 +44,7 @@ static_library("profile") {
     "InstrProfilingPlatformGPU.c",
     "InstrProfilingPlatformLinux.c",
     "InstrProfilingPlatformOther.c",
+    "InstrProfilingPlatformROCm.cpp",
     "InstrProfilingPlatformWindows.c",
     "InstrProfilingPort.h",
     "InstrProfilingRuntime.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
index 4cca154f94a71..d743074210ce4 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -155,6 +155,7 @@ static_library("LLVMRISCVCodeGen") {
     "RISCVPostRAExpandPseudoInsts.cpp",
     "RISCVPromoteConstant.cpp",
     "RISCVPushPopOptimizer.cpp",
+    "RISCVQCRelaxMarking.cpp",
     "RISCVRedundantCopyElimination.cpp",
     "RISCVRegisterInfo.cpp",
     "RISCVSelectionDAGInfo.cpp",



More information about the llvm-commits mailing list