dyung wrote: The modifications to the test builtin-rotate.c are failing on a buildbot, can someone take a look or revert if you need time to investigate? https://lab.llvm.org/buildbot/#/builders/154/builds/26659 ``` ******************** TEST 'Clang :: CodeGen/builtin-rotate.c' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/clang -cc1 -internal-isystem /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/lib/clang/23/include -nostdsysteminc -ffreestanding /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c -emit-llvm -o - | /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c # executed command: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/clang -cc1 -internal-isystem /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/lib/clang/23/include -nostdsysteminc -ffreestanding /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c -emit-llvm -o - # .---command stderr------------ # | /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c:98:61: error: __int128 is not supported on this target # | 98 | uint64_t u64_2, unsigned __int128 u128, # | | ^ # | /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c:108:21: error: __int128 is not supported on this target # | 108 | volatile unsigned __int128 result_u128; # | | ^ # | /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c:190:62: error: __int128 is not supported on this target # | 190 | uint64_t u64_2, unsigned __int128 u128, # | | ^ # | /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c:199:21: error: __int128 is not supported on this target # | 199 | volatile unsigned __int128 result_u128; # | | ^ # | 4 errors generated. # `----------------------------- # error: command failed with exit status: 1 # executed command: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c # .---command stderr------------ # | FileCheck error: '<stdin>' is empty. # | FileCheck command line: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/builtin-rotate.c # `----------------------------- # error: command failed with exit status: 2 -- ******************** ```
https://github.com/llvm/llvm-project/pull/160259 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
