diff --git a/compiler-rt/test/profile/Linux/corrupted-profile.c b/compiler-rt/test/profile/Linux/corrupted-profile.c --- a/compiler-rt/test/profile/Linux/corrupted-profile.c +++ b/compiler-rt/test/profile/Linux/corrupted-profile.c @@ -1,6 +1,6 @@ // RUN: rm -f %t.profraw // RUN: touch %t.profraw -// RUN: %clang_profgen -o %t %s +// RUN: %clang_profgen -Wl,--build-id=none -o %t %s // RUN: %t %t.profraw // RUN: %t %t.profraw modifyfile // RUN: cp %t.profraw %t.profraw.old