[llvm] d118fa2 - [MCA] Support.h - add missing implicit MathExtras.h header dependency. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 5 11:23:47 PDT 2021
Author: Simon Pilgrim
Date: 2021-06-05T19:10:49+01:00
New Revision: d118fa291442dafae70360f54b9243e2f676e2e6
URL: https://github.com/llvm/llvm-project/commit/d118fa291442dafae70360f54b9243e2f676e2e6
DIFF: https://github.com/llvm/llvm-project/commit/d118fa291442dafae70360f54b9243e2f676e2e6.diff
LOG: [MCA] Support.h - add missing implicit MathExtras.h header dependency. NFCI.
Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h
Added:
Modified:
llvm/include/llvm/MCA/Support.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MCA/Support.h b/llvm/include/llvm/MCA/Support.h
index 1da097c909227..1debf376a0796 100644
--- a/llvm/include/llvm/MCA/Support.h
+++ b/llvm/include/llvm/MCA/Support.h
@@ -18,6 +18,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCSchedule.h"
#include "llvm/Support/Error.h"
+#include "llvm/Support/MathExtras.h"
namespace llvm {
namespace mca {
More information about the llvm-commits
mailing list