[llvm] r271061 - [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 15:21:12 PDT 2016


Author: lhames
Date: Fri May 27 17:21:12 2016
New Revision: 271061

URL: http://llvm.org/viewvc/llvm-project?rev=271061&view=rev
Log:
[Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed
in r271059.

Modified:
    llvm/trunk/examples/Kaleidoscope/CMakeLists.txt

Modified: llvm/trunk/examples/Kaleidoscope/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/CMakeLists.txt?rev=271061&r1=271060&r2=271061&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/CMakeLists.txt Fri May 27 17:21:12 2016
@@ -14,4 +14,3 @@ add_subdirectory(Chapter5)
 add_subdirectory(Chapter6)
 add_subdirectory(Chapter7)
 add_subdirectory(Chapter8)
-add_subdirectory(Orc)




More information about the llvm-commits mailing list