[PATCH] D30635: [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 16:24:47 PST 2017


sdardis added inline comments.


================
Comment at: test/xray/TestCases/Linux/arg1-logger.cc:12
 // At the time of writing, the ARM trampolines weren't written yet.
-// XFAIL: arm || aarch64
+// XFAIL: arm || aarch64 || mips || mips64 || powerpc64
 
----------------
I believe this may require 'mipsel || mips64el' as well.


https://reviews.llvm.org/D30635





More information about the llvm-commits mailing list