summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc
blob: a66aaf2a8a65fdb532e418ec231763ae28d4a4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Test that preloading dynamic runtime to statically sanitized
// executable is prohibited.
//
// RUN: %clangxx_asan_static %s -o %t
// RUN: LD_PRELOAD=%shared_libasan not %t 2>&1 | FileCheck %s

// REQUIRES: asan-dynamic-runtime

#include <stdlib.h>
int main(int argc, char **argv) { return 0; }

// CHECK: Your application is linked against incompatible ASan runtimes