================
@@ -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: long RUN lines should probably be split to enhance readability, like this:

```
// RUN: %clang_cc1 -fptrauth-function-pointer-type-discrimination -triple 
arm64-apple-ios -emit-llvm -o - \
// RUN:   -fptrauth-calls -fptrauth-intrinsics %s | FileCheck 
-check-prefixes=CHECK,NOPCH %s
```

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