[PATCH] D31996: Make Gentoo GNU GCC Config override whitespace tolerant

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 08:51:12 PDT 2017


mgorny added a comment.

Well, I've just checked gcc-config sources and it seems that it sources the file through bash, and gets the resulting `${CURRENT}`. While I don't think we ought to do complete bash support here, I guess allowing the same degree of whitespace bash does makes sense.


https://reviews.llvm.org/D31996





More information about the cfe-commits mailing list