[llvm] f4b758d - [Modules] Add missing headers to fix the modular build. (#110924)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 14:51:35 PDT 2024


Author: Volodymyr Sapsai
Date: 2024-10-02T14:51:31-07:00
New Revision: f4b758db30281707ec3836e9d55eaf8cb3936dfe

URL: https://github.com/llvm/llvm-project/commit/f4b758db30281707ec3836e9d55eaf8cb3936dfe
DIFF: https://github.com/llvm/llvm-project/commit/f4b758db30281707ec3836e9d55eaf8cb3936dfe.diff

LOG: [Modules] Add missing headers to fix the modular build. (#110924)

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/Spiller.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/Spiller.h b/llvm/include/llvm/CodeGen/Spiller.h
index 4568cdfab86288..51ad36bc6b1f8b 100644
--- a/llvm/include/llvm/CodeGen/Spiller.h
+++ b/llvm/include/llvm/CodeGen/Spiller.h
@@ -9,6 +9,9 @@
 #ifndef LLVM_CODEGEN_SPILLER_H
 #define LLVM_CODEGEN_SPILLER_H
 
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/CodeGen/Register.h"
+
 namespace llvm {
 
 class LiveRangeEdit;


        


More information about the llvm-commits mailing list