[llvm] [test]For ThinLTO icp test, require llvm-64-bit given the raw profile data is generated on 64-bit systems (PR #76005)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 20:09:57 PST 2023
https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/76005
None
>From 1c3578c26b01c9a79c37337a11688ff1825dc6c3 Mon Sep 17 00:00:00 2001
From: mingmingl <mingmingl at google.com>
Date: Tue, 19 Dec 2023 20:08:26 -0800
Subject: [PATCH] [test]For ThinLTO icp test, require llvm-64-bit given the raw
profile data is generated on 64-bit systems
---
.../Transforms/PGOProfile/thinlto_indirect_call_promotion.ll | 2 ++
1 file changed, 2 insertions(+)
diff --git a/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll b/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
index 129788bf75d8d8..b24effed7024c2 100644
--- a/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
+++ b/llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
@@ -10,6 +10,8 @@
; be built with zlib support to decompress them.
; REQUIRES: zlib
; REQUIRES: host-byteorder-little-endian
+; Raw profiles are generate on 64-bit systems.
+; REQUIRES: llvm-64-bits
; RUN: rm -rf %t && split-file %s %t && cd %t
More information about the llvm-commits
mailing list