aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/archive.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/archive.s')
-rw-r--r--test/ELF/archive.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ELF/archive.s b/test/ELF/archive.s
index 41d74451cdd6..59c96a5fba9b 100644
--- a/test/ELF/archive.s
+++ b/test/ELF/archive.s
@@ -6,6 +6,10 @@
# RUN: llvm-ar rcs %tar %t2 %t3 %t4
# RUN: ld.lld %t %tar %t5 -o %tout
# RUN: llvm-nm %tout | FileCheck %s
+# RUN: rm -f %tarthin
+# RUN: llvm-ar --format=gnu rcsT %tarthin %t2 %t3 %t4
+# RUN: ld.lld %t %tarthin %t5 -o %tout
+# RUN: llvm-nm %tout | FileCheck %s
# REQUIRES: x86
# Nothing here. Just needed for the linker to create a undefined _start symbol.