search for: targetmachineregistryentry

Displaying 1 result from an estimated 1 matches for "targetmachineregistryentry".

2009 Mar 31
3
[LLVMdev] assert problem embedding llvm libs in linux - stuck
...e build process goes fine, with no changes to the library code, however I'm receiving a SIGABRT caused by an assert when run: /include/llvm/Support/CommandLine.h:483: void llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&, const char*) [with DT = const llvm::TargetMachineRegistryEntry*, DataType = const llvm::TargetMachineRegistryEntry*]: Assertion `findOption(Name) == Values.size() && "Option already exists!"' failed. I'm not so familiar with the internals of LLVM nor standard practices for development on Linux, so I wondered if there is an expe...