[compiler-rt] r292902 - [test] Prevent false detection of an `UNSUPPORTED:` directive by lit.
Greg Parker via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 01:20:50 PST 2017
Author: gparker
Date: Tue Jan 24 03:20:50 2017
New Revision: 292902
URL: http://llvm.org/viewvc/llvm-project?rev=292902&view=rev
Log:
[test] Prevent false detection of an `UNSUPPORTED:` directive by lit.
Modified:
compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc?rev=292902&r1=292901&r2=292902&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc Tue Jan 24 03:20:50 2017
@@ -20,6 +20,8 @@
// XFAIL: arm-linux-gnueabi
+// END.
+
#if !defined(SHARED_LIB)
#include <assert.h>
More information about the llvm-commits
mailing list