[PATCH] D116709: [CMake][WinMsvc] Fix user passed compiler/linker flags

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 17:34:18 PST 2022


glandium added a comment.

It turns out CMAKE_*_FLAGS is only initialized from CMAKE_*_FLAGS_INIT _after_ CMAKE_DETERMINE_COMPILER_ID is done.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116709/new/

https://reviews.llvm.org/D116709



More information about the llvm-commits mailing list