[PATCH] D71817: Fix LLVM tool --version build mode printing for MSVC

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 15:21:39 PST 2019


xbolva00 added inline comments.


================
Comment at: llvm/lib/Support/CommandLine.cpp:2439
 
+#if defined(__GNUC__)
+// GCC and GCC-compatible compilers define __OPTIMIZE__ when optimizations are
----------------
Move to compiler.h?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71817





More information about the llvm-commits mailing list