This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Don't use comma as an alternate separator
ClosedPublic

Authored by phosek on Dec 1 2017, 5:31 PM.

Details

Summary

Using comma can break in cases when we're passing flags that already
use comma as a separator.

Fixes PR35504.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Dec 1 2017, 5:31 PM
beanz accepted this revision.Dec 4 2017, 4:09 PM

LGTM.

This revision is now accepted and ready to land.Dec 4 2017, 4:09 PM
This revision was automatically updated to reflect the committed changes.