Alexander Potapenko | 7aaf514 | 2014-10-17 00:50:19 +0000 | [diff] [blame] | 1 | // clang -c dsym-test.c -g |
2 | // clang dsym-test.o -g -o dsym-test-exe | ||||
3 | // dsymutil dsym-test-exe | ||||
4 | // clang dsym-test.o -g -o dsym-test-exe-second | ||||
5 | // dsymutil dsym-test-exe-second -o dsym-test-exe-differentname.dSYM | ||||
6 | int main() { | ||||
7 | return 0; | ||||
8 | } |