Displaying 2 results from an estimated 2 matches for "flamey".
Did you mean:
flame
2008 Oct 11
0
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
...cases (Bourne shell script, do not know how to
do this in windows batchfile). (When using msvcrt assert, the exit code
from an assert is 3 so it can be distinguished from a normal
EXIT_FAILURE. I don't know how this works on other platforms.)
* painful to check stderr/stdout. Cf. earlier flamey thread.
Basically, the only future-compatible options other than DejaGNU/expect
I can think of are POSIX (which will not port to MSVC and MingW32),
shell scripting (skeptical about this actually working generally), and
Tcl. If future-compatibilty wasn't a requirement, Python is another
p...
2008 Oct 11
4
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
On Fri, Oct 10, 2008 at 2:44 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> That is because the lib/CodeGen project file is missing PBQP.cpp.
That did not help, that cpp and its header do not contain
createPBQPRegisterAllocator anywhere in them. it was still missing
those files in the project though. What did fix it was adding in
RegAllocPBQP.cpp, so that file, and the PBQP.cpp/.h need