reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
Test the 'd' operation in llvm-ar

RUN: rm -rf %t && mkdir -p %t && cd %t

RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s

RUN: rm -f %t.a
RUN: cp %p/Inputs/MacOSX.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s

RUN: rm -f %t.a
RUN: cp %p/Inputs/SVR4.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s

RUN: rm -f %t.a
RUN: cp %p/Inputs/xpg4.a %t.a
RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
RUN: llvm-ar t %t.a | FileCheck %s


CHECK: evenlen
CHECK-NEXT: oddlen
CHECK-NEXT: IsNAN.o