## Show that the archive library does not emit an error or add any symbols to | |
## the archive symbol table, when it encounters an unknown file type, but still | |
## adds the file to the archive. | |
# RUN: echo something > %t | |
# RUN: rm -f %t.a | |
# RUN: llvm-ar rc %t.a %t | |
# RUN: llvm-ar t %t.a | FileCheck %s --check-prefix=CONTENTS -DFILE=%basename_t | |
# RUN: llvm-nm --print-armap %t.a | FileCheck %s --allow-empty --implicit-check-not={{.}} | |
# CONTENTS: [[FILE]] |