diff options
-rw-r--r-- | clang/test/Profile/gcc-flag-compatibility.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Profile/gcc-flag-compatibility.c b/clang/test/Profile/gcc-flag-compatibility.c index 5f76c62483f..679a72221c6 100644 --- a/clang/test/Profile/gcc-flag-compatibility.c +++ b/clang/test/Profile/gcc-flag-compatibility.c @@ -9,7 +9,6 @@ // Check that -fprofile-generate uses the runtime default profile file. // RUN: %clang %s -c -S -o - -emit-llvm -fprofile-generate | FileCheck -check-prefix=PROFILE-GEN %s -// PROFILE-GEN: @__llvm_profile_runtime = external global i32 // PROFILE-GEN-NOT: call void @__llvm_profile_override_default_filename // PROFILE-GEN-NOT: declare void @__llvm_profile_override_default_filename(i8*) |