mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
ea70c5e0ce
Currently, -object takes a comma separated list of objects as an argument, which prevents it working with path names that contain a comma. Drop comma-separated support, which requires to set pass the -object flag multiple times to set multiple objects. Patch by Andrew Gallagher! Differential Revision: https://reviews.llvm.org/D87003