llvm-project/llvm/test/tools/llvm-nm
Kevin Enderby b95a050b98 llvm-nm should show a symbol type of T for symbols in the (__TEXT_EXEC,__text) section.
When a the Apple link editor builds a kext bundle file type and the 
value of the -miphoneos-version-min argument is significantly current
(like 11.0) then the (__TEXT,__text) section is changed to the
(__TEXT_EXEC,__text) section.  So it would be nice for llvm-nm to
show symbols in that section with a type of T instead of the generic
type of S for some section other than text, data, etc.

rdar://36262205

llvm-svn: 323836
2018-01-31 00:00:41 +00:00
..
AArch64 llvm-nm should show a symbol type of T for symbols in the (__TEXT_EXEC,__text) section. 2018-01-31 00:00:41 +00:00
ARM Change the test added in r293099 so it does not have the string "llvm-nm" to fix 2017-01-25 23:57:32 +00:00
X86 Do not look up symbol names when n_strx == 0 2018-01-03 23:28:32 +00:00
wasm [WebAssembly] Remove debug names from symbol table 2018-01-17 19:28:43 +00:00
invalid-input.test
lit.local.cfg [WebAssembly] Improve readobj and nm support for wasm 2017-04-14 19:50:44 +00:00