Home | History | Annotate | Download | only in Object

Lines Matching full:llvm

1 Test the 'm' operation in llvm-ar
9 RUN: llvm-ar m %t.a very_long_bytecode_file_name.bc
10 RUN: llvm-ar t %t.a | FileCheck %s
14 RUN: llvm-ar m %t.a very_long_bytecode_file_name.bc
15 RUN: llvm-ar t %t.a | FileCheck %s
19 RUN: llvm-ar m %t.a very_long_bytecode_file_name.bc
20 RUN: llvm-ar t %t.a | FileCheck %s
24 RUN: llvm-ar m %t.a very_long_bytecode_file_name.bc
25 RUN: llvm-ar t %t.a | FileCheck %s
34 RUN: llvm-ar mb evenlen %t.a very_long_bytecode_file_name.bc
35 RUN: llvm-ar t %t.a | FileCheck --check-prefix=BEFORE %s
44 RUN: llvm-ar ma evenlen %t.a very_long_bytecode_file_name.bc
45 RUN: llvm-ar t %t.a | FileCheck --check-prefix=AFTER %s