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:32 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
rC Clang

Event Timeline

phosek created this revision.Dec 1 2017, 5:32 PM
beanz accepted this revision.Dec 4 2017, 4:08 PM
This revision is now accepted and ready to land.Dec 4 2017, 4:08 PM
This revision was automatically updated to reflect the committed changes.