<div dir="ltr">Oops. Thanks for fixing these up Takumi!<div><br></div><div>- Lang.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 20, 2017 at 2:07 AM, NAKAMURA Takumi via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: chapuni<br>
Date: Mon Feb 20 04:07:41 2017<br>
New Revision: 295646<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=295646&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=295646&view=rev</a><br>
Log:<br>
llvm/examples/Kaleidoscope/<wbr>BuildingAJIT: More fixup corresponding to r295636.<br>
<br>
I missed updating them since I just ran check-llvm (with examples) in r295645.<br>
<br>
Modified:<br>
    llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter1/KaleidoscopeJIT.h<br>
    llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter2/KaleidoscopeJIT.h<br>
    llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter3/KaleidoscopeJIT.h<br>
    llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter4/KaleidoscopeJIT.h<br>
    llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter5/KaleidoscopeJIT.h<br>
<br>
Modified: llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter1/KaleidoscopeJIT.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h?rev=295646&r1=295645&r2=295646&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter1/KaleidoscopeJIT.h?<wbr>rev=295646&r1=295645&r2=<wbr>295646&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter1/KaleidoscopeJIT.h (original)<br>
+++ llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter1/KaleidoscopeJIT.h Mon Feb 20 04:07:41 2017<br>
@@ -22,7 +22,7 @@<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>CompileUtils.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRCompileLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>LambdaResolver.h"<br>
-#include "llvm/ExecutionEngine/Orc/<wbr>ObjectLinkingLayer.h"<br>
+#include "llvm/ExecutionEngine/Orc/<wbr>RTDyldObjectLinkingLayer.h"<br>
 #include "llvm/IR/DataLayout.h"<br>
 #include "llvm/IR/Mangler.h"<br>
 #include "llvm/Support/DynamicLibrary.<wbr>h"<br>
@@ -40,7 +40,7 @@ class KaleidoscopeJIT {<br>
 private:<br>
   std::unique_ptr<TargetMachine> TM;<br>
   const DataLayout DL;<br>
-  ObjectLinkingLayer<> ObjectLayer;<br>
+  RTDyldObjectLinkingLayer<> ObjectLayer;<br>
   IRCompileLayer<decltype(<wbr>ObjectLayer)> CompileLayer;<br>
<br>
 public:<br>
<br>
Modified: llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter2/KaleidoscopeJIT.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h?rev=295646&r1=295645&r2=295646&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter2/KaleidoscopeJIT.h?<wbr>rev=295646&r1=295645&r2=<wbr>295646&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter2/KaleidoscopeJIT.h (original)<br>
+++ llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter2/KaleidoscopeJIT.h Mon Feb 20 04:07:41 2017<br>
@@ -23,7 +23,7 @@<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRCompileLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRTransformLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>LambdaResolver.h"<br>
-#include "llvm/ExecutionEngine/Orc/<wbr>ObjectLinkingLayer.h"<br>
+#include "llvm/ExecutionEngine/Orc/<wbr>RTDyldObjectLinkingLayer.h"<br>
 #include "llvm/IR/DataLayout.h"<br>
 #include "llvm/IR/LegacyPassManager.h"<br>
 #include "llvm/IR/Mangler.h"<br>
@@ -44,7 +44,7 @@ class KaleidoscopeJIT {<br>
 private:<br>
   std::unique_ptr<TargetMachine> TM;<br>
   const DataLayout DL;<br>
-  ObjectLinkingLayer<> ObjectLayer;<br>
+  RTDyldObjectLinkingLayer<> ObjectLayer;<br>
   IRCompileLayer<decltype(<wbr>ObjectLayer)> CompileLayer;<br>
<br>
   typedef std::function<std::unique_ptr<<wbr>Module>(std::unique_ptr<<wbr>Module>)><br>
<br>
Modified: llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter3/KaleidoscopeJIT.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h?rev=295646&r1=295645&r2=295646&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter3/KaleidoscopeJIT.h?<wbr>rev=295646&r1=295645&r2=<wbr>295646&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter3/KaleidoscopeJIT.h (original)<br>
+++ llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter3/KaleidoscopeJIT.h Mon Feb 20 04:07:41 2017<br>
@@ -24,7 +24,7 @@<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRCompileLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRTransformLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>LambdaResolver.h"<br>
-#include "llvm/ExecutionEngine/Orc/<wbr>ObjectLinkingLayer.h"<br>
+#include "llvm/ExecutionEngine/Orc/<wbr>RTDyldObjectLinkingLayer.h"<br>
 #include "llvm/IR/DataLayout.h"<br>
 #include "llvm/IR/LegacyPassManager.h"<br>
 #include "llvm/IR/Mangler.h"<br>
@@ -46,7 +46,7 @@ class KaleidoscopeJIT {<br>
 private:<br>
   std::unique_ptr<TargetMachine> TM;<br>
   const DataLayout DL;<br>
-  ObjectLinkingLayer<> ObjectLayer;<br>
+  RTDyldObjectLinkingLayer<> ObjectLayer;<br>
   IRCompileLayer<decltype(<wbr>ObjectLayer)> CompileLayer;<br>
<br>
   typedef std::function<std::unique_ptr<<wbr>Module>(std::unique_ptr<<wbr>Module>)><br>
<br>
Modified: llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter4/KaleidoscopeJIT.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h?rev=295646&r1=295645&r2=295646&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter4/KaleidoscopeJIT.h?<wbr>rev=295646&r1=295645&r2=<wbr>295646&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter4/KaleidoscopeJIT.h (original)<br>
+++ llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter4/KaleidoscopeJIT.h Mon Feb 20 04:07:41 2017<br>
@@ -24,7 +24,7 @@<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRCompileLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRTransformLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>LambdaResolver.h"<br>
-#include "llvm/ExecutionEngine/Orc/<wbr>ObjectLinkingLayer.h"<br>
+#include "llvm/ExecutionEngine/Orc/<wbr>RTDyldObjectLinkingLayer.h"<br>
 #include "llvm/IR/DataLayout.h"<br>
 #include "llvm/IR/LegacyPassManager.h"<br>
 #include "llvm/IR/Mangler.h"<br>
@@ -73,7 +73,7 @@ class KaleidoscopeJIT {<br>
 private:<br>
   std::unique_ptr<TargetMachine> TM;<br>
   const DataLayout DL;<br>
-  ObjectLinkingLayer<> ObjectLayer;<br>
+  RTDyldObjectLinkingLayer<> ObjectLayer;<br>
   IRCompileLayer<decltype(<wbr>ObjectLayer)> CompileLayer;<br>
<br>
   typedef std::function<std::unique_ptr<<wbr>Module>(std::unique_ptr<<wbr>Module>)><br>
<br>
Modified: llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter5/KaleidoscopeJIT.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h?rev=295646&r1=295645&r2=295646&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter5/KaleidoscopeJIT.h?<wbr>rev=295646&r1=295645&r2=<wbr>295646&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter5/KaleidoscopeJIT.h (original)<br>
+++ llvm/trunk/examples/<wbr>Kaleidoscope/BuildingAJIT/<wbr>Chapter5/KaleidoscopeJIT.h Mon Feb 20 04:07:41 2017<br>
@@ -26,7 +26,7 @@<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRCompileLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>IRTransformLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>LambdaResolver.h"<br>
-#include "llvm/ExecutionEngine/Orc/<wbr>ObjectLinkingLayer.h"<br>
+#include "llvm/ExecutionEngine/Orc/<wbr>RTDyldObjectLinkingLayer.h"<br>
 #include "llvm/ExecutionEngine/Orc/<wbr>OrcRemoteTargetClient.h"<br>
 #include "llvm/IR/DataLayout.h"<br>
 #include "llvm/IR/LegacyPassManager.h"<br>
@@ -79,7 +79,7 @@ class KaleidoscopeJIT {<br>
 private:<br>
   std::unique_ptr<TargetMachine> TM;<br>
   const DataLayout DL;<br>
-  ObjectLinkingLayer<> ObjectLayer;<br>
+  RTDyldObjectLinkingLayer<> ObjectLayer;<br>
   IRCompileLayer<decltype(<wbr>ObjectLayer)> CompileLayer;<br>
<br>
   typedef std::function<std::unique_ptr<<wbr>Module>(std::unique_ptr<<wbr>Module>)><br>
<br>
<br>
______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>