@@ -10,7 +10,7 @@
//
//===--===//
-#include "bolt/Passes/CallGraph.h"
+#include "bolt/Core/CallGraph.h"
aaupov wrote:
Please also update file headers (first line)
https://github.com/llvm/ll
https://github.com/aaupov edited https://github.com/llvm/llvm-project/pull/96922
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/aaupov commented:
Please build with shared libraries mode to ensure cross-component dependencies
are satisfied.
https://github.com/llvm/llvm-project/pull/96922
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: shaw young (shawbyoung)
Changes
Moved CallGraph and BinaryFunctionCallGraph from Passes to
Core for future use in stale matching.
---
Full diff: https://github.com/llvm/llvm-project/pull/96922.diff
18 Files Affected:
- (renamed) bolt/in
https://github.com/shawbyoung edited
https://github.com/llvm/llvm-project/pull/96922
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/shawbyoung created
https://github.com/llvm/llvm-project/pull/96922
Moved CallGraph and BinaryFunctionCallGraph from Passes to
Core for future use in stale matching.
Test Plan: n/a
___
llvm-branch-commits mailing list
llvm-branch-