piotrAMD wrote:

I am getting build errors with gcc. Any ideas?
```
llvm-project/compiler-rt/lib/builtins/crtbegin.c:11:18: error: missing binary 
operator before token "("
     11 | #if __has_feature(ptrauth_init_fini)
        |                  ^
llvm-project/compiler-rt/lib/builtins/crtbegin.c:53:18: error: missing binary 
operator before token "("
     53 | #if __has_feature(ptrauth_init_fini)
        |                  ^
llvm-project/compiler-rt/lib/builtins/crtbegin.c:124:18: error: missing binary 
operator before token "("
    124 | #if __has_feature(ptrauth_init_fini)
    
```
   

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

Reply via email to