1 ; RUN: opt < %s -pgo-instr-gen -instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE
3 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-apple-macosx10.11.0"
6 ; MACHO-DIRECTIVE: .weak_definition ___llvm_profile_raw_version
7 define i32 @test_macho(i32 %i) {