]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc
New upstream version 1.12.0+dfsg1
[rustc.git] / src / compiler-rt / test / lsan / TestCases / use_tls_dynamic.cc
index 860db041ae40d4f28b47ca05006bf67b26be6d7f..207894b0fffd40b9cc88e0f06fa98ac77dd7e39e 100644 (file)
@@ -1,5 +1,5 @@
 // Test that dynamically allocated TLS space is included in the root set.
-// RUN: LSAN_BASE="report_objects=1:use_stacks=0:use_registers=0"
+// RUN: LSAN_BASE="report_objects=1:use_stacks=0:use_registers=0:use_ld_allocations=0"
 // RUN: %clangxx %s -DBUILD_DSO -fPIC -shared -o %t-so.so
 // RUN: %clangxx_lsan %s -o %t
 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s