[llvm] f605ad0 - IndirectionUtils.h - reduce Twine.h include to forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 02:05:13 PDT 2020


Author: Simon Pilgrim
Date: 2020-06-27T10:03:34+01:00
New Revision: f605ad013e23823442476f63e158ccdf6fca6add

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

LOG: IndirectionUtils.h - reduce Twine.h include to forward declaration. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h b/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
index 880c8ff44c5f..4f1393296279 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
@@ -15,7 +15,6 @@
 
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringRef.h"
-#include "llvm/ADT/Twine.h"
 #include "llvm/ExecutionEngine/JITSymbol.h"
 #include "llvm/ExecutionEngine/Orc/Core.h"
 #include "llvm/Support/Error.h"
@@ -42,6 +41,7 @@ class GlobalVariable;
 class Module;
 class PointerType;
 class Triple;
+class Twine;
 class Value;
 
 namespace orc {


        


More information about the llvm-commits mailing list