summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-06-05 21:21:57 +0000
committerKevin Enderby <enderby@apple.com>2014-06-05 21:21:57 +0000
commitecbc72405ea7257f726511e4f4409f8ecc0eb426 (patch)
treeba47fa33e261bba2c6ebdd6aa0d1dc75dcc42ba0 /Makefile
parent542fdf5fba28c7325d901f5af16bb10b5bfe2190 (diff)
downloadllvm-ecbc72405ea7257f726511e4f4409f8ecc0eb426.tar.gz
llvm-ecbc72405ea7257f726511e4f4409f8ecc0eb426.tar.bz2
llvm-ecbc72405ea7257f726511e4f4409f8ecc0eb426.tar.xz
Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
This is a first step in seeing if it is possible to make llvm-nm produce the same output as darwin's nm(1). Darwin's default format is bsd but its -m output prints the longer Mach-O specific details. For now I added the "-format darwin" to do this (whos name may need to change in the future). As there are other Mach-O specific flags to nm(1) which I'm hoping to add some how in the future. But I wanted to see if I could get the correct output for -m flag using llvm-nm and the libObject interfaces. I got this working but would love to hear what others think about this approach to getting object/format specific details printed with llvm-nm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions