X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FInstrumentation%2FCMakeLists.txt;h=35635934b81c0bfff29e816dd4e19669aa3c0725;hb=6d49eafb005080faf074fafb149177da8c501f83;hp=00de882f17117a8867510066cef8399ea578c1e0;hpb=78435f6bb7574d3d26f8c5151e2c140c525b7994;p=oota-llvm.git diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index 00de882f171..35635934b81 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,13 +1,11 @@ add_llvm_library(LLVMInstrumentation AddressSanitizer.cpp BoundsChecking.cpp - EdgeProfiling.cpp - FunctionBlackList.cpp + DataFlowSanitizer.cpp + DebugIR.cpp GCOVProfiling.cpp + MemorySanitizer.cpp Instrumentation.cpp - OptimalEdgeProfiling.cpp - PathProfiling.cpp - ProfilingUtils.cpp ThreadSanitizer.cpp )