[PATCH] D51806: [clang-cl] Enable -march

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 05:59:37 PDT 2018


aganea added a comment.

@hans I want to target precisely a given CPU when using `clang-cl`. The options in the `m_x86_Features_Group` are too granular. It is easier to just add `-march=skylake` on the cmd-line. Is there any other way?


Repository:
  rC Clang

https://reviews.llvm.org/D51806





More information about the cfe-commits mailing list