forked from OSchip/llvm-project
Attempt to fix papertrail-warnings.test on Windows bots.
llvm-svn: 328971
This commit is contained in:
parent
dce9a72d98
commit
62ea0c562e
|
@ -1,4 +1,4 @@
|
|||
RUN: RC_DEBUG_OPTIONS=1 dsymutil -f %p/../Inputs/basic.macho.x86_64 -o - | llvm-dwarfdump -v - | FileCheck %s
|
||||
RUN: env RC_DEBUG_OPTIONS=1 dsymutil -f %p/../Inputs/basic.macho.x86_64 -o - | llvm-dwarfdump -v - | FileCheck %s
|
||||
|
||||
CHECK: .debug_info contents:
|
||||
CHECK: Compile Unit:
|
||||
|
@ -27,4 +27,4 @@ CHECK: DW_TAG_constant [2]
|
|||
CHECK: DW_AT_name {{.*}}"dsymutil_warning"
|
||||
CHECK: DW_AT_artificial [DW_FORM_flag] (0x01)
|
||||
CHECK: DW_AT_const_value {{.*}}"unable to open object file: No such file or directory"
|
||||
CHECK: NULL
|
||||
CHECK: NULL
|
||||
|
|
Loading…
Reference in New Issue