forked from OSchip/llvm-project
af9129468e
What llvm-nm prints depends on the file format. On ELF for example, if the file is relocatable, it prints offsets. If it is not, it prints addresses. Since it doesn't really need to care what it is that it is printing, use the generic term value. Fix or implement getSymbolValue to keep llvm-nm working. llvm-svn: 205479 |
||
---|---|---|
.. | ||
llvm | ||
llvm-c |