[compiler-rt] r300926 - [asan] move textdomain.c to Linux dir, as the test is Linux-specific

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 16:57:46 PDT 2017


Author: kcc
Date: Thu Apr 20 18:57:44 2017
New Revision: 300926

URL: http://llvm.org/viewvc/llvm-project?rev=300926&view=rev
Log:
[asan] move textdomain.c to Linux dir, as the test is Linux-specific

Added:
    compiler-rt/trunk/test/asan/TestCases/Linux/textdomain.c
      - copied unchanged from r300924, compiler-rt/trunk/test/asan/TestCases/textdomain.c
Removed:
    compiler-rt/trunk/test/asan/TestCases/textdomain.c

Removed: compiler-rt/trunk/test/asan/TestCases/textdomain.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/textdomain.c?rev=300925&view=auto
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/textdomain.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/textdomain.c (removed)
@@ -1,10 +0,0 @@
-// RUN: %clang_asan -O0 -g %s -o %t
-// RUN: %env_asan_opts=strict_string_checks=1 %run %t
-
-#include <stdlib.h>
-#include <libintl.h>
-
-int main() {
-  textdomain(NULL);
-  return 0;
-}




More information about the llvm-commits mailing list