[llvm] f2eb7c7 - [test] Delete a redundant mapping symbol test

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 10:26:09 PDT 2024


Author: Fangrui Song
Date: 2024-07-22T10:26:05-07:00
New Revision: f2eb7c7344a56381e373b110527e09dbed51da32

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

LOG: [test] Delete a redundant mapping symbol test

Covered by llvm/test/tools/llvm-nm/special-syms-arm.test

Added: 
    

Modified: 
    

Removed: 
    llvm/test/Object/ARM/nm-mapping-symbol.s


################################################################################
diff  --git a/llvm/test/Object/ARM/nm-mapping-symbol.s b/llvm/test/Object/ARM/nm-mapping-symbol.s
deleted file mode 100644
index 6b41876c35e5e..0000000000000
--- a/llvm/test/Object/ARM/nm-mapping-symbol.s
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=armv7-pc-linux
-// RUN: llvm-readobj --symbols %t.o | FileCheck %s
-// RUN: llvm-nm %t.o | FileCheck -allow-empty --check-prefix=NM %s
-
-// Test that nm doesn't print the mapping symbols
-
-// CHECK: Name: $d.0
-// NM-NOT: $d.0
-
-        .section        .foobar,"",%progbits
-        .asciz  "foo"
-        nop


        


More information about the llvm-commits mailing list