aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFG.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-25 03:42:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-25 03:42:26 +0000
commitb293f524f68330bfc78ae4df14da75938e98e000 (patch)
tree031b31fb087209c90ee83861349a91aa97a136c8 /lib/Analysis/CFG.cpp
parent7e42392eb2ea29ddeb6d125417fb4c17d847b5e0 (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