mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 03:25:54 -04:00

This reverts commit e18531595b
.
On Windows, there is an error:
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/54963/steps/stage%201%20check/logs/stdio
error: C:\b\slave\sanitizer-windows\build\stage1\projects\compiler-rt\test\profile\Profile-x86_64\Output\instrprof-merging.cpp.tmp.v1.o: Failed to load coverage: Malformed coverage data
7 lines
271 B
LLVM
7 lines
271 B
LLVM
;; 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
|
|
|
|
@__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap"
|
|
|
|
; CHECK-DAG: .section __llvm_covmap,""
|