mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
a6c5914f99
This diff adds llvm-bitcode-strip driver to llvm-objcopy. In the future this will enable us to build a replacement for the tool bitcode_strip. Test plan: make check-all Differential revision: https://reviews.llvm.org/D87212
20 lines
583 B
Plaintext
20 lines
583 B
Plaintext
# RUN: llvm-objcopy --version | FileCheck --check-prefix=OBJCOPY %s
|
|
# RUN: llvm-objcopy -V | FileCheck --check-prefix=OBJCOPY %s
|
|
|
|
# RUN: llvm-strip --version | FileCheck --check-prefix=STRIP %s
|
|
# RUN: llvm-strip -V | FileCheck --check-prefix=STRIP %s
|
|
|
|
# RUN: llvm-install-name-tool --version | FileCheck %s
|
|
# RUN: llvm-install-name-tool -V | FileCheck %s
|
|
|
|
# RUN: llvm-bitcode-strip --version | FileCheck %s
|
|
# RUN: llvm-bitcode-strip -V | FileCheck %s
|
|
|
|
# OBJCOPY-DAG: {{ version }}
|
|
# OBJCOPY-DAG: GNU objcopy
|
|
|
|
# STRIP-DAG: {{ version }}
|
|
# STRIP-DAG: GNU strip
|
|
|
|
# CHECK: {{ version }}
|