[PATCH] D139686: [lsan] Add lsan support for loongarch64

Lu Weining via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 00:14:02 PST 2022


SixWeining added inline comments.


================
Comment at: compiler-rt/test/lsan/TestCases/swapcontext.cpp:8
 // Missing 'getcontext' and 'makecontext' on Android.
-// UNSUPPORTED: arm,aarch64,powerpc64,android
+// UNSUPPORTED: arm,aarch64,loongarch64,powerpc64,android
 
----------------
Why we are here? For the same reason as `Android` mentioned above?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139686/new/

https://reviews.llvm.org/D139686



More information about the cfe-commits mailing list