Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / MC / MachO / gen-dwarf-producer.s
1 // RUN: env DEBUG_PRODUCER="my producer" llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t
2 // RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
3
4 .globl _bar
5 _bar:
6         ret
7
8 // CHECK:    DW_AT_producer [DW_FORM_string]    ("my producer")