summaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/sect@create
AgeCommit message (Collapse)Author
2024-11-10[JITLink] Use `rsplit` on `-sectcreate` argument in llvm-jitlink (#115511)Douglas
This accounts for cases where the file path may contain an `@` symbol. In such cases, the split occurs too early causing argument parsing to fail.