Unverified Commit bdcb841a authored by Ilia Kuklin's avatar Ilia Kuklin Committed by GitHub
Browse files

[objcopy] Return an error in case of an invalid regex (#74319)



As of now, llvm-objcopy silently ignores a provided regex if it doesn't
compile.

This patch adds returning an error saying that a regex couldn't be
compiled, along with the compilation error message.

---------

Co-authored-by: default avatarJames Henderson <46713263+jh7370@users.noreply.github.com>
parent a4d4b45a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment