[PATCH] D21554: [compiler-rt] Split cflags and link flags to avoid warnings

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 05:50:21 PDT 2016


etienneb created this revision.
etienneb added a reviewer: rnk.
etienneb added subscribers: chrisha, llvm-commits.
Herald added a subscriber: kubabrecka.

The MSVC compiler is complaining about invalid flags. The CFLAGS are passed
to the linker (i.e. /Gy-, ...).

http://reviews.llvm.org/D21554

Files:
  cmake/Modules/AddCompilerRT.cmake
  cmake/Modules/CompilerRTUtils.cmake
  cmake/base-config-ix.cmake
  lib/asan/CMakeLists.txt
  make/platform/clang_linux.mk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21554.61361.patch
Type: text/x-patch
Size: 3987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160621/e33b3b41/attachment.bin>


More information about the llvm-commits mailing list