search for: 041646ab

Displaying 2 results from an estimated 2 matches for "041646ab".

2019 Nov 08
2
How to avoid or remove llvm.dbg.value?
Hi all, Is there any way for avoiding to use llvm.dbg.value within a bc file? If not, once I have the bc how can I remove all the occurrences? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191108/d1b4a25a/attachment.html>
2019 Nov 08
2
How to avoid or remove llvm.dbg.value?
...I remove all the occurrences? > > You can run "opt -strip-debug" will remove it in that situation. > > Cheers. > > Tim. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191108/041646ab/attachment.html>