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

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 20:11:44 PST 2023


Author: Mingming Liu
Date: 2023-12-19T20:11:39-08:00
New Revision: 92f17714e8410986ebfd7b3ebbc48529d6449253

URL: https://github.com/llvm/llvm-project/commit/92f17714e8410986ebfd7b3ebbc48529d6449253
DIFF: https://github.com/llvm/llvm-project/commit/92f17714e8410986ebfd7b3ebbc48529d6449253.diff

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

Added: 
    

Modified: 
    llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll

Removed: 
    


################################################################################
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