• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: opt < %s -pgo-instr-gen -instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE
2
3target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4target triple = "x86_64-apple-macosx10.11.0"
5
6; MACHO-DIRECTIVE: .weak_definition        ___llvm_profile_raw_version
7define i32 @test_macho(i32 %i) {
8entry:
9  ret i32 %i
10}
11