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

Sunny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 08:52:28 PDT 2020


achieveartificialintelligence updated this revision to Diff 293759.
achieveartificialintelligence added a comment.

thanks.

added `<utility>`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88141/new/

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,11 +1,10 @@
-#include "llvm/ADT/STLExtras.h"
-#include <algorithm>
 #include <cctype>
 #include <cstdio>
 #include <cstdlib>
 #include <map>
 #include <memory>
 #include <string>
+#include <utility>
 #include <vector>
 
 //===----------------------------------------------------------------------===//


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


More information about the llvm-commits mailing list