[PATCH] D151920: [BOLT] Instrumentation: Fix tests

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 19:05:02 PDT 2023


rafauler added inline comments.


================
Comment at: bolt/test/X86/asm-dump.c:10
  * Profile collection: instrument the binary
- * RUN: llvm-bolt %t.exe --instrument --instrumentation-file=%t.fdata -o %t.instr
+ * RUN: llvm-bolt %t.exe --instrument --instrumentation-file=%t.fdata -o \
+ * %t.instr
----------------
nit: revert this change as it breaks this test, or add RUN: on line 11


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

https://reviews.llvm.org/D151920



More information about the llvm-commits mailing list