diff --git a/compiler-rt/test/dfsan/interceptors.c b/compiler-rt/test/dfsan/mmap_at_init.c rename from compiler-rt/test/dfsan/interceptors.c rename to compiler-rt/test/dfsan/mmap_at_init.c --- a/compiler-rt/test/dfsan/interceptors.c +++ b/compiler-rt/test/dfsan/mmap_at_init.c @@ -1,5 +1,5 @@ // RUN: %clang_dfsan -fno-sanitize=dataflow -DCALLOC -c %s -o %t-calloc.o -// RUN: %clang_dfsan %s %t-calloc.o -o %t +// RUN: %clang_dfsan %s %t-calloc.o -Wl,-z,notext -o %t // RUN: %run %t // // Tests that calling mmap() during during dfsan initialization works.