[llvm-dev] Removing things from llvm.used

David Greene via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 28 14:30:36 PST 2018


What's the proper way to remove something from llvm.used?  I tried RAUW
undef but that did not go over well.  :)  Is it best to delete it and
re-create it with only the remaining items?

                         -David


More information about the llvm-dev mailing list