Skip to content

Commit 92f1771

Browse files
[test]For ThinLTO icp test, require llvm-64-bit given the raw profile data is generated on 64-bit systems (#76005)
1 parent bdd76e6 commit 92f1771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
; be built with zlib support to decompress them.
1111
; REQUIRES: zlib
1212
; REQUIRES: host-byteorder-little-endian
13+
; Raw profiles are generate on 64-bit systems.
14+
; REQUIRES: llvm-64-bits
1315

1416
; RUN: rm -rf %t && split-file %s %t && cd %t
1517

0 commit comments

Comments
 (0)