[llvm] [orc-rt] Remove unused header. NFC. (PR #217206)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 21:17:22 PDT 2026


https://github.com/lhames created https://github.com/llvm/llvm-project/pull/217206

None

>From 2ee4cdb9b472c25a5f4e451fd20f8b4f23941733 Mon Sep 17 00:00:00 2001
From: Lang Hames <lhames at gmail.com>
Date: Wed, 19 Aug 2026 14:04:17 +1000
Subject: [PATCH] [orc-rt] Remove unused header. NFC.

---
 orc-rt/include/orc-rt-utils/CommandLine.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/orc-rt/include/orc-rt-utils/CommandLine.h b/orc-rt/include/orc-rt-utils/CommandLine.h
index 04a7c2d043637..2bc61db529a9c 100644
--- a/orc-rt/include/orc-rt-utils/CommandLine.h
+++ b/orc-rt/include/orc-rt-utils/CommandLine.h
@@ -14,7 +14,6 @@
 #include <algorithm>
 #include <charconv>
 #include <functional>
-#include <numeric>
 #include <optional>
 #include <string>
 #include <string_view>



More information about the llvm-commits mailing list