Files
clang-p2996/compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-1.cpp
Nico Weber 673dc3d4a0 compiler-rt: Rename cc files below test/asan to cpp
See r367803 and similar other changes.

llvm-svn: 367887
2019-08-05 16:48:12 +00:00

14 lines
398 B
C++

// Test that preloading dynamic runtime to statically sanitized
// executable is prohibited.
//
// RUN: %clangxx_asan_static %s -o %t
// RUN: env LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
// REQUIRES: asan-dynamic-runtime
// XFAIL: android
#include <stdlib.h>
int main(int argc, char **argv) { return 0; }
// CHECK: Your application is linked against incompatible ASan runtimes