Displaying 2 results from an estimated 2 matches for "pyyu".
Did you mean:
payu
2013 Jun 21
2
[LLVMdev] About writing a modulePass in addPreEmitPass() for NVPTX
Hello,
I want to write a modulePass in addPreEmitPass() for NVPTX, but I encounter
an assertion failed when executing clang.
Here is my error message.
====
Pass 'NVPTX Assembly Printer' is not initialized.
Verify if there is a pass dependency cycle.
Required Passes:
llc: /home/pyyu/local/llvm/lib/IR/PassManager.cpp:637: void
llvm::PMTopLevelManager::schedulePass(llvm::Pass*): Assertion `PI &&
"Expected required passes to be initialized"' failed.
0 llc 0x000000000176cd86 llvm::sys::PrintStackTrace(_IO_FILE*)
+ 38
1 llc 0x00000000...
2013 Jun 21
0
[LLVMdev] About writing a modulePass in addPreEmitPass() for NVPTX
...odulePass in addPreEmitPass() for NVPTX, but I
> encounter an assertion failed when executing clang.
>
> Here is my error message.
> ====
> Pass 'NVPTX Assembly Printer' is not initialized.
> Verify if there is a pass dependency cycle.
> Required Passes:
> llc: /home/pyyu/local/llvm/lib/IR/PassManager.cpp:637: void
> llvm::PMTopLevelManager::schedulePass(llvm::Pass*): Assertion `PI &&
> "Expected required passes to be initialized"' failed.
> 0 llc 0x000000000176cd86
> llvm::sys::PrintStackTrace(_IO_FILE*) + 38
> 1 l...