<html>
<head>
</head>
<body class='hmmessage'><div dir='ltr'>

<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">Dear all,<div><br></div><div>I wrote a machine function pass to run with llc. But I get this error while building: </div><div><br></div><div>"/home/erdem/llvm/lib/CodeGen/CodeGen.cpp:80: error: undefined reference to 'llvm::initializeNoopInserterPass(llvm::PassRegistry&)'"</div><div><br></div><div>NoopInserter is the name of my pass. I already added this line to InitializePasses.h: "void initializeNoopInserterPass(PassRegistry&);".</div><div><br></div><div>Can anyone tell me what the problem is?</div><div><br></div><div>Thanks in advance,</div><div>Erdem Derebasoglu</div></div>
                                          </div></body>
</html>