[PATCH] D59571: [Remarks] Emit a section containing remark diagnostics metadata

Matthew Voss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 09:42:57 PDT 2019


ormris added inline comments.


================
Comment at: llvm/test/CodeGen/X86/remarks-section.ll:2
+; RUN: llc < %s -mtriple=x86_64-linux -remarks-section -pass-remarks-output=/dev/null | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-darwin -remarks-section -pass-remarks-output=/dev/null  | FileCheck --check-prefix=CHECK-DARWIN %s
+
----------------
Quick drive-by nit: I noticed that this uses "/dev/null".  This will cause failures on the Windows bots, since Windows doesn't provide that file.


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

https://reviews.llvm.org/D59571





More information about the llvm-commits mailing list