xref: /aosp_15_r20/external/llvm/test/tools/llvm-symbolizer/Inputs/dsym-test.c (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker // clang -c dsym-test.c -g
2*9880d681SAndroid Build Coastguard Worker // clang dsym-test.o -g -o dsym-test-exe
3*9880d681SAndroid Build Coastguard Worker // dsymutil dsym-test-exe
4*9880d681SAndroid Build Coastguard Worker // clang dsym-test.o -g -o dsym-test-exe-second
5*9880d681SAndroid Build Coastguard Worker // dsymutil dsym-test-exe-second -o dsym-test-exe-differentname.dSYM
main()6*9880d681SAndroid Build Coastguard Worker int main() {
7*9880d681SAndroid Build Coastguard Worker   return 0;
8*9880d681SAndroid Build Coastguard Worker }
9