diff options
Diffstat (limited to 'llvm/test/Instrumentation/InstrProfiling')
| -rw-r--r-- | llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll b/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll index 33624380a37..13630b4a254 100644 --- a/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll +++ b/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll @@ -1,6 +1,8 @@ ;; Ensure that SHF_ALLOC section flag is not set for the __llvm_covmap section on Linux. ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s +@covfun = linkonce_odr hidden constant i32 0, section "__llvm_covfun" @__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap" +; CHECK-DAG: .section __llvm_covfun,"" ; CHECK-DAG: .section __llvm_covmap,"" |

