[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IndirectionUtils.h
index d6ee3a846b044afd6d1f606d84706e81d023df58..900fe1af428a0e325f02582e8c4d3ca2e3c31ae0 100644 (file)
@@ -240,8 +240,8 @@ private:
   virtual void anchor();
 };
 
-/// @brief IndirectStubsManager implementation for a concrete target, e.g.
-///        OrcX86_64. (See OrcTargetSupport.h).
+/// @brief IndirectStubsManager implementation for the host architecture, e.g.
+///        OrcX86_64. (See OrcArchitectureSupport.h).
 template <typename TargetT>
 class LocalIndirectStubsManager : public IndirectStubsManager {
 public: