================
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -ffreestanding %s -emit-llvm -o - | FileCheck %s
+// RUN: %if clang-target-64-bits %{ %clang_cc1 -ffreestanding %s -emit-llvm -o 
- | FileCheck %s --check-prefix=INT128 %}
----------------
chaitanyav wrote:

used the i386 triple also

```
$ build/bin/clang -cc1 -internal-isystem build/lib/clang/23/include 
-nostdsysteminc -ffreestanding -triple i386-unknown-linux-gnu 
clang/test/CodeGen/builtin-rotate.c -emit-llvm -o /tmp/t.ll
$ build/bin/FileCheck clang/test/CodeGen/builtin-rotate.c < /tmp/t.ll
CHECK: PASS
$ grep -c test_int128_rotate /tmp/t.ll
0
```

https://github.com/llvm/llvm-project/pull/177732
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to