Skip to content

Commit 7521207

Browse files
authored
[compiler-rt][sanitizer_common] fix copy_file_range test. (#129010)
Passing Large File Support. Address #125816
1 parent 50b508c commit 7521207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/copy_file_range.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -O0 %s -o %t
1+
// RUN: %clangxx -O0 %s -D_FILE_OFFSET_BITS=64 -o %t
22

33
// REQUIRES: glibc
44

0 commit comments

Comments
 (0)