1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools/llvm-reduce
Langston Barrett 874da3772d [llvm-reduce] Exit when input module is malformed
The parseInputFile function returns an empty unique_ptr to signal an
error, like when the input file doesn't exist, or is malformed. In this
case, the tool should exit immediately rather than segfault by
dereferencing the unique_ptr later.

Reviewed By: aeubanks

Differential Revision: https://reviews.llvm.org/D102891
2021-05-25 10:01:12 -07:00
..
Inputs
custom-delta-passes.ll [llvm-reduce] Add flag to only run specific passes 2021-04-30 11:51:01 -07:00
do-not-remove-terminator.ll
fail-file-open.test [llvm-reduce] Exit when input module is malformed 2021-05-25 10:01:12 -07:00
no-replace-intrinsic-callee-with-undef.ll
remove-alias.ll
remove-all-of-multiple-args.ll
remove-args-2.ll
remove-args-from-declaration.ll
remove-args-used-by-ret.ll
remove-args.ll
remove-attributes-from-intrinsic-like-functions.ll
remove-attributes-from-intrinsics.ll
remove-bbs-ret-nonvoid.ll
remove-bbs-unwinded-to.ll
remove-bbs.ll
remove-call-site-attributes.ll
remove-dso-local.ll [llvm-reduce] Don't unset dso_local on implicitly dso_local GVs 2021-04-30 11:57:22 -07:00
remove-funcs.ll
remove-function-arguments-of-funcs-used-in-blockaddress.ll
remove-function-attributes.ll
remove-function-bodies-comdat.ll
remove-function-bodies-used-in-globals.ll
remove-function-bodies.ll
remove-global-variable-attributes.ll
remove-global-vars.ll
remove-instructions.ll
remove-invoked-functions.ll
remove-metadata.ll
remove-module-inline-asm.ll
remove-multiple-use-of-args-in-same-instruction.ll
remove-multiple-use-of-global-vars-in-same-instruction.ll
remove-operand-bundles.ll
remove-single-arg.ll
remove-unused-declarations.ll