================
@@ -1,16 +1,33 @@
-// RUN: %clang_cc1 -verify -Wunreachable-code %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -verify -Wunreachable-code 
%s
+// RUN: %clang_cc1 -triple aarch64-unknown-linux-gnu -target-feature +fullfp16 
-verify -Wunreachable-code %s
+// REQUIRES: aarch64-registered-target
----------------
codemzs wrote:

The extra RUN line is needed because the bug only triggers on targets that
treat _Float16/__fp16 as a *native* scalar type (e.g. aarch64 with +fullfp16)

https://github.com/llvm/llvm-project/pull/149972
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to