brintos

brintos / llvm-project-archived public Read only

0
0
Text · 205 B · 80e465a Raw
8 lines · plain
1## Show that you can run version as a main command for llvm-lto2 2## or a subcommand of llvm-lto2 run.3 4RUN: llvm-lto2 --version | FileCheck %s5RUN: llvm-lto2 run --version | FileCheck %s 6 7CHECK: version8