From 82019f1fde15576c05371c54c3c7aa2d5b1c3dc8 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Thu, 29 Oct 2015 04:04:07 +0000 Subject: [PATCH] Fix a soon to be invalid test Remove a check that won't be valid when LLVM stops emitting runtime hook user function. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251611 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Profile/gcc-flag-compatibility.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Profile/gcc-flag-compatibility.c b/test/Profile/gcc-flag-compatibility.c index 5f76c62483..679a72221c 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*) -- 2.40.0