[nfc][lld-macho] Follow up fixes to bd9e46815d
Need -DAG in the first expect statement too
This commit is contained in:
parent
bfadd13df4
commit
3cde6d83f8
|
@ -15,10 +15,10 @@
|
|||
# UNDEF: undefined symbol: __Z1fv
|
||||
# DEMANGLE-UNDEF: undefined symbol: f()
|
||||
|
||||
# EXPORT: cannot export hidden symbol __ZTSN3foo3bar4MethE
|
||||
# EXPORT-DAG: cannot export hidden symbol __ZTSN3foo3bar4MethE
|
||||
# EXPORT-DAG: cannot export hidden symbol __ZTIN3foo3bar4MethE
|
||||
|
||||
# DEMANGLE-EXPORT: cannot export hidden symbol typeinfo name for foo::bar::Meth
|
||||
# DEMANGLE-EXPORT-DAG: cannot export hidden symbol typeinfo name for foo::bar::Meth
|
||||
# DEMANGLE-EXPORT-DAG: cannot export hidden symbol typeinfo for foo::bar::Meth
|
||||
|
||||
#--- undefined-symbol.s
|
||||
|
|
Loading…
Reference in New Issue