Skip to content
Snippets Groups Projects
Commit 82019f1f authored by Xinliang David Li's avatar Xinliang David Li
Browse files

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
parent ea69f163
No related branches found
No related tags found
No related merge requests found
......@@ -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*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment