summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/X86/remarks-linking-bundle-empty.test
blob: 12418694f144ee8f6b5c0e9fb674105000272c83 (plain)
1
2
3
4
5
6
7
8
RUN: rm -rf %t
RUN: mkdir -p %t
RUN: cat %p/../Inputs/remarks/basic.macho.remarks.empty.x86_64 > %t/basic.macho.remarks.empty.x86_64

RUN: dsymutil -oso-prepend-path=%p/../Inputs -remarks-prepend-path=%p/../Inputs %t/basic.macho.remarks.empty.x86_64

Check that the remark file in the bundle does not exist:
RUN: not cat %t/basic.macho.remarks.empty.x86_64.dSYM/Contents/Resources/Remarks/basic.macho.remarks.empty.x86_64 2>&1
OpenPOWER on IntegriCloud