Hi list,<br><br>For a tool I'm working on I'd like to know where instructions end up in compiled executables by looking them up in the symbol table.  Therefore, I've been trying to use the  llvm.pcmarker Intrinsic, but I've had no luck.  When I pass .bc files with this intrinsic into llc, I'm given this error:<br>

<br>LLVM ERROR: Cannot yet select: 0x2026938: ch PCMarker 0x1f0c678, 0x20268b0<br><br>I've attempted this with programs targeting both x86 and ppc, with the same results.<br><br>Is this intrinsic unimplemented at this time?  If so, what kind of effort would it take to implement this? <br>

<br>-Nathan McCauley<br>