[PATCH] D144865: [BOLT] Pass instrumentation-file arg for X86 xmm test

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 03:03:38 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG40b273998af1: [BOLT] Pass instrumentation-file arg for X86 xmm test (authored by yota9).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144865

Files:
  bolt/test/runtime/X86/instrumentation-xmm.c


Index: bolt/test/runtime/X86/instrumentation-xmm.c
===================================================================
--- bolt/test/runtime/X86/instrumentation-xmm.c
+++ bolt/test/runtime/X86/instrumentation-xmm.c
@@ -18,7 +18,8 @@
 REQUIRES: system-linux,bolt-runtime
 
 RUN: %clang %cflags %s -o %t.exe -fno-inline -Wl,-q
-RUN: llvm-bolt %t.exe --instrument -o %t.instrumented
+RUN: llvm-bolt %t.exe --instrument -o %t.instrumented \
+RUN:   --instrumentation-file=%t.fdata
 RUN: %t.instrumented | FileCheck %s
 
 CHECK: a = 42.000000


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144865.504570.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230313/91fcd9f2/attachment.bin>


More information about the llvm-commits mailing list