[lld] 3cde6d8 - [nfc][lld-macho] Follow up fixes to bd9e46815d73e4236c207bad8b5c54e7188154d7

Vy Nguyen via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 17:54:05 PDT 2022


Author: Vy Nguyen
Date: 2022-05-16T20:53:53-04:00
New Revision: 3cde6d83f86c274e5608abfe852b95fd6668f9fd

URL: https://github.com/llvm/llvm-project/commit/3cde6d83f86c274e5608abfe852b95fd6668f9fd
DIFF: https://github.com/llvm/llvm-project/commit/3cde6d83f86c274e5608abfe852b95fd6668f9fd.diff

LOG: [nfc][lld-macho] Follow up fixes to bd9e46815d73e4236c207bad8b5c54e7188154d7

Need -DAG in the first expect statement too

Added: 
    

Modified: 
    lld/test/MachO/demangle.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/demangle.s b/lld/test/MachO/demangle.s
index 44281906981e..159c76981f76 100644
--- a/lld/test/MachO/demangle.s
+++ b/lld/test/MachO/demangle.s
@@ -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


        


More information about the llvm-commits mailing list