From b66aeedd0667813d305f4c4091c53d22da094c7a Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 1 Sep 2017 23:49:22 +0000 Subject: [cmake] Remove accidentally committed warning messages git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@312393 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/Modules/AddCompilerRT.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/Modules') diff --git a/cmake/Modules/AddCompilerRT.cmake b/cmake/Modules/AddCompilerRT.cmake index 032b43723..622292ede 100644 --- a/cmake/Modules/AddCompilerRT.cmake +++ b/cmake/Modules/AddCompilerRT.cmake @@ -129,12 +129,10 @@ function(add_compiler_rt_runtime name type) if(APPLE) foreach(os ${LIB_OS}) # Strip out -msse3 if this isn't macOS. - message(WARNING "BEFORE: ${LIB_CFLAGS}") list(LENGTH LIB_CFLAGS HAS_EXTRA_CFLAGS) if(HAS_EXTRA_CFLAGS AND NOT "${os}" MATCHES "^(osx)$") list(REMOVE_ITEM LIB_CFLAGS "-msse3") endif() - message(WARNING "AFTER: ${LIB_CFLAGS}") if(type STREQUAL "STATIC") set(libname "${name}_${os}") else() -- cgit v1.2.3