search for: meewi

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

Did you mean: meew
2011 Oct 13
2
[LLVMdev] Failed test: CodeGen/X86/bswap.ll
...i all, As of r141677 I have a failing regression test, see below. This is for LLVM built with clang on a Intel Atom running FreeBSD8.2. Should I file a bug for this? Thanks, Ed. ******************** TEST 'LLVM :: CodeGen/X86/bswap.ll' FAILED ******************** Script: -- /usr/home/emeewis/build/llvm-debug-clang-configure/Debug+Asserts/bin/llc < /usr/home/emeewis/contrib/llvm/test/CodeGen/X86/bswap.ll -march=x86 | /usr/home/emeewis/build/llvm-debug-clang-configure/Debug+Asserts/bin/FileCheck /usr/home/emeewis/contrib/llvm/test/CodeGen/X86/bswap.ll -- Exit Code: 1 Command Outpu...
2011 Oct 13
0
[LLVMdev] Failed test: CodeGen/X86/bswap.ll
On 13.10.2011, at 15:57, Edward Meewis wrote: > Hi all, > > As of r141677 I have a failing regression test, see below. > > This is for LLVM built with clang on a Intel Atom running FreeBSD8.2. > > Should I file a bug for this? Fixed in r141863. - Ben
2011 Sep 17
1
[LLVMdev] make check-all glitch cmake vs. configure on FreeBSD 8.2
...investigate, but maybe someone already knows what's wrong? Regards, Edward --- Failing Tests (7): LLVM :: BugPoint/crash-narrowfunctiontest.ll LLVM :: BugPoint/metadata.ll LLVM :: BugPoint/remove_arguments_test.ll LLVM :: Feature/load_module.ll Error opening '/home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so': /home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so: Undefined symbol "_ZNK4llvm4Pass11getPassNameEv" -load request ignored. LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFu...
2011 Oct 14
0
[LLVMdev] Native MCAsmStreamer?
Hi all, I'm working on a new target, a 16 bit microcontroller, in the process of learning the LLVM backend things. It's going well so far, but I have a question: I'd like to use a pure MCAsmStreamer and not have another layer of glue. Right now, I have the following to make it compile: --- using namespace llvm; namespace { class HCS12AsmPrinter : public AsmPrinter { public: