Displaying 2 results from an estimated 2 matches for "pch_input".
Did you mean:
ah_input
2012 Dec 19
0
[LLVMdev] LNT compile-time performance testing
...se it is:
1. Create a directory.
2. Stick a bunch of tar balls you want into the directory.
3. Create a project_list.json file and write a configuration of the form:
{
"single-file" : {
"tests" : [
{
"path" : "path to single source file",
"pch_input" : "PCH if there is one"
"extra_flags": [
"flag1", "flag2", ...
]
},
{
...
}
],
"pch" : [
{
"path" : "PCH Header",
"name" : "PCH Name",
"output": &qu...
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