From 58a046fe565f46c25f7d8c807158ff5997014f88 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 7 Jul 2014 18:11:24 +0000 Subject: [PATCH] [ASan] Clean up leftovers from assembly instrumentation helpers llvm-svn: 212471 --- compiler-rt/lib/asan/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler-rt/lib/asan/CMakeLists.txt b/compiler-rt/lib/asan/CMakeLists.txt index 8dec08c..b23a7a2 100644 --- a/compiler-rt/lib/asan/CMakeLists.txt +++ b/compiler-rt/lib/asan/CMakeLists.txt @@ -61,11 +61,6 @@ set(ASAN_DYNAMIC_LIBS stdc++ m c) append_if(COMPILER_RT_HAS_LIBPTHREAD pthread ASAN_DYNAMIC_LIBS) append_if(COMPILER_RT_HAS_LIBDL dl ASAN_DYNAMIC_LIBS) -if (NOT MSVC) - set_source_files_properties(${ASAN_ASM_SOURCES} PROPERTIES LANGUAGE C) - list(APPEND ASAN_SOURCES ${ASAN_ASM_SOURCES}) -endif() - # Compile ASan sources into an object library. if(APPLE) foreach(os ${SANITIZER_COMMON_SUPPORTED_DARWIN_OS}) -- 2.7.4