diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-03-25 03:42:26 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-03-25 03:42:26 +0000 |
commit | b293f524f68330bfc78ae4df14da75938e98e000 (patch) | |
tree | 031b31fb087209c90ee83861349a91aa97a136c8 /lib/Analysis/CFG.cpp | |
parent | 7e42392eb2ea29ddeb6d125417fb4c17d847b5e0 (diff) |
test/Driver/cpath.c: Escape a few args that contain %{pathsep}.
On msys bash, with %pathsep==os.pathsep==';', I can see lines like below in this script;
env DIR=X:/foo%{pathsep}X:/bar
Then it is expanded to;
env DIR=X:/foo;X:/bar
It should be with quote;
env "DIR=X:/foo;X:/bar"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFG.cpp')
0 files changed, 0 insertions, 0 deletions