Initial version of Go bindings.
[oota-llvm.git] / utils / lit / lit / discovery.py
index 876d4f31e95038f59181f7146d37d0d229f8ae7a..4befe582d454c37dfb33c1f302793695bafa0fe0 100644 (file)
@@ -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)