Displaying 3 results from an estimated 3 matches for "extraordinarymachin".
Did you mean:
extraordinarymachine
2011 Sep 17
1
[LLVMdev] make check-all glitch cmake vs. configure on FreeBSD 8.2
Hi,
I noticed that the following regression tests fail when building a
config generated with CMake. When building with a config generated with
configure, all is well. I get the same results when using gcc-4.2.1 and
clang-trunk.
It seems to me that there's a glitch in de CMake config somewhere. I
doing a verbose build right now to investigate, but maybe someone
already knows what's
2011 Oct 13
2
[LLVMdev] Failed test: CodeGen/X86/bswap.ll
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?
Thanks,
Ed.
******************** TEST 'LLVM :: CodeGen/X86/bswap.ll' FAILED
********************
Script:
--
/usr/home/emeewis/build/llvm-debug-clang-configure/Debug+Asserts/bin/llc
<
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: