diff options
-rw-r--r-- | llvm/test/Instrumentation/InstrProfiling/platform.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Instrumentation/InstrProfiling/platform.ll b/llvm/test/Instrumentation/InstrProfiling/platform.ll index cc380d54bd5..e2c3839d4f1 100644 --- a/llvm/test/Instrumentation/InstrProfiling/platform.ll +++ b/llvm/test/Instrumentation/InstrProfiling/platform.ll @@ -29,4 +29,5 @@ declare void @llvm.instrprof.increment(i8*, i64, i32, i32) ; BSD: define internal void @__llvm_profile_register_functions ; MACHO-NOT: define internal void @__llvm_profile_init +; LINUX-NOT: define internal void @__llvm_profile_init ; BSD: define internal void @__llvm_profile_init |