pzhengqc wrote: > I suggest you move the exposition of sanitizer flags into the target-specific > filtering for the target you are doing the work for, rather than exposing > them for all targets. > > In the future if we know that more than one target needs them, we could > consider moving it back to the generic filtering
Agreed. Thanks for the suggestion, @vhscampos. I have moved the changes into the RISC-V-specific filtering. Please let me know if you have any other comments. https://github.com/llvm/llvm-project/pull/182350 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
