Displaying 2 results from an estimated 2 matches for "extra_env_value".
2012 Dec 19
0
[LLVMdev] LNT compile-time performance testing
...tar balled up a whole project directory so if X.tar.gz is the archive then X is the directory [this name is not the best but I might be remembering things incorrectly]),
				"config" : {
					"Release" : {
						"extra_env" : {
							"EXTRA_ENV_VAR" : "EXTRA_ENV_VALUE",
							...
						},
						"extra_args" : [
						],
					},
					"Debug" : {
						SAME AS RELEASE
					}
				}
			}
		},
		{
			NEXT_PROJECT ...
		}
	]
}
Note that currently it only does make and Xcode-project builds (I only showed the interesting args for the makefile...
2012 Dec 19
2
[LLVMdev] LNT compile-time performance testing
Hi,
I was looking at LNT's "compile" tests, listed here:
$ lnt-sandbox/bin/lnt showtests
Available tests:
  compile - Single file compile-time performance testing
  nt      - LLVM test-suite compile and execution tests
When trying to run it, I get Python exceptions in the code trying to
parse the output of 'ifconfig' in order to infer my MAC address (this
is on 64-bit