diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt index a4a1fef51f4..f8dbca389e8 100644 --- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt @@ -6,4 +6,5 @@ add_llvm_library(LLVMInstrumentation OptimalEdgeProfiling.cpp PathProfiling.cpp ProfilingUtils.cpp + ThreadSanitizer.cpp ) |

