<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><font face="Courier New, Courier, monospace">Hello Friends,<br>
</font></p>
<p><font face="Courier New, Courier, monospace">With configure based
build deprecated on llvm, how can I run different tests/pass on
the suite
(<a class="moz-txt-link-freetext" href="http://llvm.org/docs/TestSuiteMakefileGuide.html#running-different-tests">http://llvm.org/docs/TestSuiteMakefileGuide.html#running-different-tests</a>)?
<br>
</font></p>
<p><font face="Courier New, Courier, monospace">Right now I am
having a hacky solution, which includes running the "still
present" configure file of test-suite to generate the
MAKE.<MYPASS>.Makefile; <br>
</font></p>
<blockquote type="cite">
<p><font face="Courier New, Courier, monospace">cd
external-testsuite-build-loc<br>
</font></p>
<p><font face="Courier New, Courier, monospace"><llvmsrc>/project/test-suite/configure
--enable-optimized -disable-assertions </font></p>
</blockquote>
<p><font face="Courier New, Courier, monospace">but while running
'make TEST=PASS' I am getting error for trying to include
$(LLVM_OBJ_ROOT)/Makefile.config which is obviously not there on
a cmake based llvm build. I have to edit the generated makefile
to bypass this.</font></p>
<p><font face="Courier New, Courier, monospace">Can you please point
me to some clean solution or let me know if am missing
something? </font><br>
</p>
<br>
<div class="moz-signature">-- <br>
<b>With Thanks and Regards</b><br>
Sandeep Dasgupta<br>
Research Assistant CS @UIUC<br>
(<a class="moz-txt-link-freetext" href="http://web.engr.illinois.edu/~sdasgup3/">http://web.engr.illinois.edu/~sdasgup3/</a>)
</div>
</body>
</html>