[llvm] [BOLT] Prevent .rela.plt reordering (PR #207412)
Ilija Tovilo via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 08:53:27 PDT 2026
================
@@ -17,6 +17,7 @@
#include "bolt/Core/Linker.h"
#include "bolt/Rewrite/MetadataManager.h"
#include "bolt/Utils/NameResolver.h"
+#include "llvm/ADT/SmallVector.h"
----------------
iluuu1994 wrote:
In either case, I see this include is now also redundant.
https://github.com/llvm/llvm-project/pull/207412
More information about the llvm-commits
mailing list