[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Object / archive-unknown-filetype.test
blob5647501c51fc12336624e043926e53990940192e
1 ## Show that the archive library does not emit an error or add any symbols to
2 ## the archive symbol table, when it encounters an unknown file type, but still
3 ## adds the file to the archive.
5 # RUN: echo something > %t
6 # RUN: rm -f %t.a
7 # RUN: llvm-ar rc %t.a %t
8 # RUN: llvm-ar t %t.a | FileCheck %s --check-prefix=CONTENTS -DFILE=%basename_t
9 # RUN: llvm-nm --print-armap %t.a | FileCheck %s --allow-empty --implicit-check-not={{.}}
11 # CONTENTS: [[FILE]]