mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +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
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
RUN: llvm-cov show %t -instr-profile %t -dump-collected-objects -object a,b | FileCheck %s
|
|
|
|
CHECK: a,b
|