================
@@ -0,0 +1,77 @@
+// RUN: %clang_cc1 -fptrauth-function-pointer-type-discrimination -triple 
arm64-apple-ios -fptrauth-calls -fptrauth-intrinsics -emit-llvm %s  -o - | 
FileCheck -check-prefix=CHECK -check-prefix=NOPCH %s
----------------
kovdan01 wrote:

Nit: maybe use `-check-prefixes=CHECK,NOPCH` instead of double `-check-prefix`? 
Also applies to the next FileCheck invocation.

Please also see a comment on check lines with these prefixes - they are 
probably not needed at all.

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

Reply via email to