[LLVMdev] Heads up! Working on bugpoint

Anton Korobeynikov anton at korobeynikov.info
Sat Jul 11 01:41:12 PDT 2009


Hello, David

> bugpoint now works for remote ARM if you run it directly from the
> command line. It doesn't work correctly when invoked from the test
> makefile because envvar PWD is being set to /bin/pwd and so causing
> GCC::ExecuteProgram to do the wrong thing. I'm not sure what is going
> on with that, perhaps something in the makefile hierarchy is setting
> PWD to /bin/pwd instead of executing that command to get the pwd. I
> will investigate.
This might be propagated from Makefile.config. I think it's better to
figure out why it's propagated from there instead of hardcoding paths
into testsuite. This might break mingw32, for example.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list