[llvm-branch-commits] [llvm] [BOLT] Use identify_magic instead of .so filename heuristic for shared library detection (PR #190902)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 7 20:52:18 PDT 2026
https://github.com/aaupov updated https://github.com/llvm/llvm-project/pull/190902
>From 0da209e81e5301cca7265175a519586961075667 Mon Sep 17 00:00:00 2001
From: Amir Ayupov <aaupov at fb.com>
Date: Tue, 7 Apr 2026 20:52:08 -0700
Subject: [PATCH] format
Created using spr 1.3.4
---
bolt/lib/Profile/DataAggregator.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/bolt/lib/Profile/DataAggregator.cpp b/bolt/lib/Profile/DataAggregator.cpp
index 413b0986d7c89..f39cdda086a50 100644
--- a/bolt/lib/Profile/DataAggregator.cpp
+++ b/bolt/lib/Profile/DataAggregator.cpp
@@ -24,7 +24,6 @@
#include "llvm/ADT/ScopeExit.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Errc.h"
More information about the llvm-branch-commits
mailing list