[llvm] [test]For ThinLTO icp test, require llvm-64-bit given the raw profile data is generated on 64-bit systems (PR #76005)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 20:10:30 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-transforms

Author: Mingming Liu (minglotus-6)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/76005.diff


1 Files Affected:

- (modified) llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll (+2) 


``````````diff
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
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/76005


More information about the llvm-commits mailing list