EthanLuisMcDonough wrote: > It worked before your patch right? Is this what it exposed before then?
In 83e180c, I marked `__llvm_write_custom_profile` as used, which fixed the Darwin code stripping bug but broke the library on embedded systems. In c50d39f, I removed the used attribute, which breaks the Darwin code stripping test. This PR should fix both issues. https://github.com/llvm/llvm-project/pull/132966 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits