search for: faradayco

Displaying 4 results from an estimated 4 matches for "faradayco".

Did you mean: faraday
2008 Nov 14
4
[LLVMdev] Proper arguments for -march?
llc -march=x86 tempfileB.bc yields: llc: for the -march option: : Cannot find option named 'x86'! Windows build using Visual Studio 2008 Express with CMake. clang and other tools seem to also complain about the format of -march, but other command line arguments seem to be working. Tools, clang llvm-as, opt, etc., "seem" to be working. Incidently, the bytecode file was
2008 Nov 14
0
[LLVMdev] Proper arguments for -march?
Hello, On Fri, Nov 14, 2008 at 6:57 PM, H. Johnson <misc at faradayco.com> wrote: > llc -march=x86 tempfileB.bc yields: > llc: for the -march option: : Cannot find option named 'x86'! Run llc -help and see, if any backends were linked in. It will show you list of all backends, which were 'registered' and thus known to llc. -- With best rega...
2006 May 12
1
Application error (Apache) -- depot_final sample code
Hi, I''ve been trying to run the application (depot_final) from the "Agile Web Development with Rails" book (http://pragmaticprogrammer.com/titles/railscode.html), and keep getting the "Application error (Apache)" screen when I go to 127.0.0.1:3000/admin/new. I tried this on 2 different Win2K machines with the same error. One machine has the latest version (13a)
2008 Nov 13
0
[LLVMdev] 'struct' now seen using 'class'
Hi, I'm new to Clang / LLVM, and trying to build so that it will run natively on Windows. Used the CMake approach (thanks to whoever created the configs for this). Had to comment out "DbgInfoRemover.cpp" in one of the make files (didn't spend time to figure out why), following which CMake produced a nice working Visual Studio 2008 solution file. I opened this up in VS