diff options
author | Caroline Tice <ctice@apple.com> | 2011-01-14 21:09:29 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2011-01-14 21:09:29 +0000 |
commit | 8f5b2eb1e21f37d8a470fda4c8d1741ceb8b6d81 (patch) | |
tree | c21f0aaa3ff9f64b08e68b3649d98444a1bc1f16 /llvm/lib/CodeGen | |
parent | c6c7ca58e4ce298c4f1a9cfa192af3c2ad49a5c6 (diff) | |
download | bcm5719-llvm-8f5b2eb1e21f37d8a470fda4c8d1741ceb8b6d81.tar.gz bcm5719-llvm-8f5b2eb1e21f37d8a470fda4c8d1741ceb8b6d81.zip |
Recent modifications to the Python script interpreter caused some problems
when handling one-liner commands that contain escaped characters. In
order to deal with the new namespace/dictionary stuff, the command was
being embedded within a second string, which messed up the escaping.
This fixes the problem by handling one-liners in a different manner, so they
no longer need to be embedded within another string, and can still be
processed in the proper namespace/dictionary context.
llvm-svn: 123467
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions