You can use the utility stripfrom binutils.
Actually, llvm-ld has the following options http://llvm.org/cmds/llvm-ld.html
-strip-all, -s Remove all debugging information and symbols from the executable to make it smaller.
-strip-debug, -S Remove all debugging information from the executable by decreasing it.
opt also has:
-strip- . , -strip, , .