[PATCH] D88141: Update Kaleidoscope tutorial and remove useless header

Sunny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 03:05:01 PDT 2020


achieveartificialintelligence created this revision.
achieveartificialintelligence added reviewers: JDevlieghere, mehdi_amini, Eugene.Zelenko.
achieveartificialintelligence added a project: LLVM.
Herald added a subscriber: llvm-commits.
achieveartificialintelligence requested review of this revision.

[Kaleidoscope]
Update Kaleidoscope tutorial and remove useless header

Some header files are no longer used, remove them can speed up compilation.

Patch by: Mii Muu <miimuu at miimuu.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88141

Files:
  llvm/examples/Kaleidoscope/Chapter2/toy.cpp


Index: llvm/examples/Kaleidoscope/Chapter2/toy.cpp
===================================================================
--- llvm/examples/Kaleidoscope/Chapter2/toy.cpp
+++ llvm/examples/Kaleidoscope/Chapter2/toy.cpp
@@ -1,5 +1,3 @@
-#include "llvm/ADT/STLExtras.h"
-#include <algorithm>
 #include <cctype>
 #include <cstdio>
 #include <cstdlib>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88141.293679.patch
Type: text/x-patch
Size: 344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200923/5657ee29/attachment.bin>


More information about the llvm-commits mailing list