Skip to content

Commit

Permalink
[nfc][lld-macho] Follow up fixes to bd9e468
Browse files Browse the repository at this point in the history
Need -DAG in the first expect statement too
  • Loading branch information
oontvoo committed May 17, 2022
1 parent bfadd13 commit 3cde6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/test/MachO/demangle.s
Expand Up @@ -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
Expand Down

0 comments on commit 3cde6d8

Please sign in to comment.