[PATCH] D130546: [BOLT][TEST] Update fptr.test
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 22:01:06 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG79c2fe066d8a: [BOLT][TEST] Update fptr.test (authored by Amir).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130546/new/
https://reviews.llvm.org/D130546
Files:
bolt/test/runtime/fptr.test
Index: bolt/test/runtime/fptr.test
===================================================================
--- bolt/test/runtime/fptr.test
+++ bolt/test/runtime/fptr.test
@@ -1,6 +1,6 @@
# Make sure BOLT correctly updates values based on function pointer.
-RUN: %clang %cflags -no-pie %p/Inputs/fptr.c -Wl,-q -o %t.exe
+RUN: %clang %cflags -Wno-int-conversion -no-pie %p/Inputs/fptr.c -Wl,-q -o %t.exe
RUN: llvm-bolt %t.exe -o %t --lite=0
RUN: %t | FileCheck %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130546.447562.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220726/e3d3393a/attachment.bin>
More information about the llvm-commits
mailing list