mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 16:46:09 +00:00

Adds support for reading and writing LTO bitcode files. - Emit a summary if the original bitcode file had a summary - Use split LTO units if the original bitcode file used them. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D127168
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
# RUN: not llvm-reduce --test=echo %s.NotAFileInTestingDir 2>&1 | FileCheck %s
|
|
|
|
This file will not be read. An invalid file path is fed to llvm-reduce.
|
|
|
|
# CHECK: llvm-reduce{{.*}}: error: {{.*}}.NotAFileInTestingDir:
|