Skip to Content.
Sympa Menu

svadev - [svadev] error compiling poolalloc on bach

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] error compiling poolalloc on bach


Chronological Thread 
  • From: Matthew Wala <wala1 AT illinois.edu>
  • To: svadev AT cs.uiuc.edu
  • Subject: [svadev] error compiling poolalloc on bach
  • Date: Wed, 29 Jun 2011 16:57:07 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>

Hello everyone:
I get the following error trying to compile poolalloc on bach:

llvm[4]: Compiling PoolAllocator.ll to PoolAllocator.bc for Release
build (bytecode)
Intrinsic prototype has incorrect number of arguments!
void (i8*, i8*, i64, i32, i1)* @llvm.memmove.p0i8.p0i8.i64
Broken module found, compilation aborted!
0 opt 0x00000001004058f2 PrintStackTrace(void*) + 34
1 opt 0x00000001004060dc SignalHandler(int) + 652
2 libSystem.B.dylib 0x00007fff86d351ba _sigtramp + 26
3 libSystem.B.dylib 0x0000000100815588 _sigtramp + 2041447400
4 opt 0x00000001003cc181 (anonymous
namespace)::Verifier::runOnFunction(llvm::Function&) + 2049
5 opt 0x00000001003a0e60
llvm::FPPassManager::runOnFunction(llvm::Function&) + 512
6 opt 0x00000001003a0fbb
llvm::FPPassManager::runOnModule(llvm::Module&) + 75
7 opt 0x00000001003a270e
llvm::MPPassManager::runOnModule(llvm::Module&) + 478
8 opt 0x00000001003a28c3
llvm::PassManagerImpl::run(llvm::Module&) + 147
9 opt 0x00000001003a294d
llvm::PassManager::run(llvm::Module&) + 13
10 opt 0x0000000100045557 main + 2951
11 opt 0x000000010003ba28 start + 52
12 opt 0x0000000000000006 start + 4294723090
Stack dump:
0. Program arguments: /Users/wala1/llvmobj/Release/bin/opt
/Users/wala1/llvmobj/projects/poolalloc/runtime/FL2Allocator/Release/PoolAllocator.ll
-std-compile-opts -strip-debug -o
/Users/wala1/llvmobj/projects/poolalloc/runtime/FL2Allocator/Release/PoolAllocator.bc
1. Running pass 'Function Pass Manager' on module
'/Users/wala1/llvmobj/projects/poolalloc/runtime/FL2Allocator/Release/PoolAllocator.ll'.
2. Running pass 'Module Verifier' on function '@poolaccesstrace'
make[4]: ***
[/Users/wala1/llvmobj/projects/poolalloc/runtime/FL2Allocator/Release/PoolAllocator.bc]
Abort trap
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

Does anyone know what could be causing this?

Thanks,

Matt




Archive powered by MHonArc 2.6.16.

Top of Page