Skip to content

Commit f1feda9

Browse files
committed
[compiler-rt][sanitizer_common] fix copy_file_range test.
Passing Large File Support.
1 parent 5d404d7 commit f1feda9

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)