diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2014-10-16 22:48:02 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-10-16 22:48:02 +0000 |
| commit | 82e3e373b3e0c4d8d47a60d3ee1f9b348d8cf413 (patch) | |
| tree | e601446d301e5604a97ee3bbcfb2b14fdd43b262 /llvm/utils/lit | |
| parent | e186319319600c36bd3b4c832e65f58f01217dff (diff) | |
| download | bcm5719-llvm-82e3e373b3e0c4d8d47a60d3ee1f9b348d8cf413.tar.gz bcm5719-llvm-82e3e373b3e0c4d8d47a60d3ee1f9b348d8cf413.zip | |
Initial version of Go bindings.
This code is based on the existing LLVM Go bindings project hosted at:
https://github.com/go-llvm/llvm
Note that all contributors to the gollvm project have agreed to relicense
their changes under the LLVM license and submit them to the LLVM project.
Differential Revision: http://reviews.llvm.org/D5684
llvm-svn: 219976
Diffstat (limited to 'llvm/utils/lit')
| -rw-r--r-- | llvm/utils/lit/lit/discovery.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/lit/discovery.py b/llvm/utils/lit/lit/discovery.py index 876d4f31e95..4befe582d45 100644 --- a/llvm/utils/lit/lit/discovery.py +++ b/llvm/utils/lit/lit/discovery.py @@ -91,7 +91,7 @@ def getLocalConfig(ts, path_in_suite, litConfig, cache): # Otherwise, copy the current config and load the local configuration # file into it. - config = copy.copy(parent) + config = copy.deepcopy(parent) if litConfig.debug: litConfig.note('loading local config %r' % cfgpath) config.load_from_path(cfgpath, litConfig) |

