[llvm] r257307 - [Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 10 17:59:35 PST 2016


Author: lhames
Date: Sun Jan 10 19:59:35 2016
New Revision: 257307

URL: http://llvm.org/viewvc/llvm-project?rev=257307&view=rev
Log:
[Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.

This should fix the modules builder.

Modified:
    llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h?rev=257307&r1=257306&r2=257307&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h Sun Jan 10 19:59:35 2016
@@ -16,6 +16,7 @@
 #ifndef LLVM_EXECUTIONENGINE_ORC_ORCREMOTETARGETCLIENT_H
 #define LLVM_EXECUTIONENGINE_ORC_ORCREMOTETARGETCLIENT_H
 
+#include "IndirectionUtils.h"
 #include "OrcRemoteTargetRPCAPI.h"
 
 #define DEBUG_TYPE "orc-remote"




More information about the llvm-commits mailing list