[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2023-06-01 Thread Youling Tang via Phabricator via cfe-commits
tangyouling added a comment. The patch will continue to be updated by @Ami-zhang Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140690/new/ https://reviews.llvm.org/D140690 ___ cfe-commits mailing list cf

[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2023-05-30 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay requested changes to this revision. MaskRay added a comment. This revision now requires changes to proceed. This should be rebased after D140744 removed `// REQUIRES: x86_64-target-arch` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2022-12-28 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. In D140690#4018617 , @browneee wrote: > In D140690#4018043 , @SixWeining > wrote: > >> We notice that DFSan is a work in progress >>

[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2022-12-28 Thread Andrew via Phabricator via cfe-commits
browneee added a comment. In D140690#4018043 , @SixWeining wrote: > We notice that DFSan is a work in progress > , > currently under development for x86_64 Linux. So maybe we can defer

[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2022-12-27 Thread Lu Weining via Phabricator via cfe-commits
SixWeining added a comment. In D140690#4017693 , @browneee wrote: > Who will use DFSan on loongarch64? > > Who will maintain DFSan on loongarch64? > > Is there a loongarch64 buildbot? Hi @browneee, I'm the co-author of this patch. Thanks for your comment

[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2022-12-27 Thread Andrew via Phabricator via cfe-commits
browneee added a comment. Who will use DFSan on loongarch64? Who will maintain DFSan on loongarch64? Is there a loongarch64 buildbot? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140690/new/ https://reviews.llvm.org/D140690

[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support

2022-12-27 Thread Youling Tang via Phabricator via cfe-commits
tangyouling created this revision. tangyouling added reviewers: Sanitizers, browneee, kcc, SixWeining, xen0n, xry111, MaskRay, XiaodongLoong. Herald added subscribers: Enna1, StephenFan, dberris. Herald added a project: All. tangyouling requested review of this revision. Herald added projects: cla