summaryrefslogtreecommitdiff
path: root/test/Profile/gcc-flag-compatibility.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Profile/gcc-flag-compatibility.c')
-rw-r--r--test/Profile/gcc-flag-compatibility.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Profile/gcc-flag-compatibility.c b/test/Profile/gcc-flag-compatibility.c
index 5f76c62483f4f..679a72221c614 100644
--- a/test/Profile/gcc-flag-compatibility.c
+++ b/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*)