[all-commits] [llvm/llvm-project] 97a784: [llvm][cmake][Trivial] use /Zc:preprocessor with M...

Mészáros Gergely via All-commits all-commits at lists.llvm.org
Tue Oct 8 06:58:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97a784ecacef82ea72f2e86892521e5e6aabf55d
      https://github.com/llvm/llvm-project/commit/97a784ecacef82ea72f2e86892521e5e6aabf55d
  Author: Mészáros Gergely <gergely.meszaros at intel.com>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

  Changed paths:
    M llvm/cmake/modules/HandleLLVMOptions.cmake

  Log Message:
  -----------
  [llvm][cmake][Trivial] use /Zc:preprocessor with MSVC only explicitly (#111520)

Only MSVC recognizes this flag, so be explicit. As an example the Intel
C++ Compiler (IntelLLVM in CMake) also has an MSVC compatible CLI, but
does not suppport this flag.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list