From 800e03f59896ef4b26d988f1878370bb5aeec0d8 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 16 Nov 2011 01:35:23 +0000 Subject: AddressSanitizer, first commit (compiler module only) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144758 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 7b3a927a4e..929b7cd394 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMInstrumentation + AddressSanitizer.cpp EdgeProfiling.cpp GCOVProfiling.cpp Instrumentation.cpp -- cgit v1.2.3