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