[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:25:10 PDT 2018


courbet added inline comments.


================
Comment at: tools/llvm-exegesis/llvm-exegesis.cpp:159
+  std::error_code ErrorCode;
+  llvm::raw_fd_ostream ClustersOS(AnalysisClustersFile, ErrorCode,
+                                  llvm::sys::fs::F_RW);
----------------
gchatelet wrote:
> Does this work with "-" ?
Sure.


Repository:
  rL LLVM

https://reviews.llvm.org/D46931





More information about the llvm-commits mailing list