[PATCH] D46931: [llvm-exegesis] Add a flag to output analysis csv to a file.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 02:22:39 PDT 2018


courbet updated this revision to Diff 147020.
courbet marked an inline comment as done.
courbet added a comment.

address review comments


Repository:
  rL LLVM

https://reviews.llvm.org/D46931

Files:
  tools/llvm-exegesis/llvm-exegesis.cpp


Index: tools/llvm-exegesis/llvm-exegesis.cpp
===================================================================
--- tools/llvm-exegesis/llvm-exegesis.cpp
+++ tools/llvm-exegesis/llvm-exegesis.cpp
@@ -135,7 +135,6 @@
   // FIXME: Check that all points have the same triple/cpu.
   // FIXME: Merge points from several runs (latency and uops).
 
-  //llvm::InitializeAllTargets();
   llvm::InitializeNativeTarget();
   llvm::InitializeNativeTargetAsmPrinter();
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46931.147020.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/e36f2945/attachment.bin>


More information about the llvm-commits mailing list