From 60ebb1947faed42e493179e569c5db0c01d38a2a Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 13 Feb 2012 22:50:51 +0000 Subject: ThreadSanitizer, a race detector. First LLVM commit. Clang patch (flags) will follow shortly. The run-time library will also follow, but not immediately. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150423 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Instrumentation/CMakeLists.txt') diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index a4a1fef51f..f8dbca389e 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -6,4 +6,5 @@ add_llvm_library(LLVMInstrumentation OptimalEdgeProfiling.cpp PathProfiling.cpp ProfilingUtils.cpp + ThreadSanitizer.cpp ) -- cgit v1.2.3