[compiler-rt] [TSan] Add support for Android (PR #147580)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 16 06:47:03 PDT 2025
    
    
  
================
@@ -484,6 +485,7 @@ int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) {
   return res;
 }
 
+#    if !SANITIZER_ANDROID
----------------
enh-google wrote:
it seems like you should probably add the android case _inside_ this function, rather than adding a special case just for Android on line 573?
https://github.com/llvm/llvm-project/pull/147580
    
    
More information about the llvm-commits
mailing list