[llvm] 910506f - Fix implicit dependency on CommandLine.h

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 04:15:40 PDT 2020


Author: Simon Pilgrim
Date: 2020-07-23T12:15:17+01:00
New Revision: 910506fddefad0560f0afdf66a51ed7d14a63461

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

LOG: Fix implicit dependency on CommandLine.h

Added: 
    

Modified: 
    llvm/examples/OrcV2Examples/ExampleModules.h

Removed: 
    


################################################################################
diff  --git a/llvm/examples/OrcV2Examples/ExampleModules.h b/llvm/examples/OrcV2Examples/ExampleModules.h
index ae0089fd9dd5..72b0cc767f11 100644
--- a/llvm/examples/OrcV2Examples/ExampleModules.h
+++ b/llvm/examples/OrcV2Examples/ExampleModules.h
@@ -18,6 +18,7 @@
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IRReader/IRReader.h"
+#include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Error.h"
 #include "llvm/Support/SourceMgr.h"
 


        


More information about the llvm-commits mailing list