Displaying 2 results from an estimated 2 matches for "pr780".
Did you mean:
pr180
2006 Aug 04
0
[LLVMdev] Note: auto* tools updated
...o* tools have been updated. The AutoRegen.sh script now
requires:
autoconf 2.60
libtool 1.5.22
automake 1.9.6
The versions we were using were getting a little stale (several years
out of date) and the change was made in an attempt to get better support
from libtool for --whole-archive option (see PR780).
Reid.
2007 Mar 23
1
[LLVMdev] NEWBIE: deleting Instructions
Hello,
i just tried to write some passes and in one of them i want to delete a call
Instruction.
I can identify the specific Instruction without a problem, but when i put
the delete operation in the code i always get a error message while running
opt. I already tried to rename my pass, but without any change.
Another question i have is: why do i always get the "opt: CommandLine
Error:"