[PATCH] D29677: [buildbot] Add check-fuzzer to Asan buildbot on Windows.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 09:27:55 PST 2017


zturner added a comment.

In https://reviews.llvm.org/D29677#670869, @mpividori wrote:

> @zturner I am modifying the `Property('slave_env')` dictionary. I update the value mapped to the key: `Path` , to add the new directories.


It might work if you save the value of `Property('slave_env')` into a local variable first, then modify the values in that local variable, then reference the local variable in all subsequent lines that say `env = Property('slave_env')`.  Otherwise I don't know if it will just ask the slave for its value new every time.  (This is all very magic black-box type stuff).


https://reviews.llvm.org/D29677





More information about the llvm-commits mailing list