[compiler-rt] [compiler-rt][rtsan] copy_file_range interception for Linux. (PR #129026)

David CARLIER via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 04:04:21 PST 2025


================
@@ -887,6 +887,17 @@ TEST_F(RtsanOpenedFileTest, FtruncateDiesWhenRealtime) {
   ExpectNonRealtimeSurvival(Func);
 }
 
+#if _FILE_OFFSET_BITS == 64 && SANITIZER_LINUX
----------------
devnexen wrote:

@cjappl let me know if I should remove the CMakeLists.txt change so it s up to the user to pass it.

https://github.com/llvm/llvm-project/pull/129026


More information about the llvm-commits mailing list