[PATCH] D135937: [X86] Support -march=meteorlake

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 02:49:11 PDT 2022


RKSimon added a comment.

Please can you update the summary now that raptorlake + meteorlake are in the same patch?



================
Comment at: clang/test/Preprocessor/predefined-arch-macros.c:2233
 
+// RUN: %clang -march=raptorlake -m32 -E -dM %s -o - 2>&1 \
+// RUN:     -target i386-unknown-linux \
----------------
(pedantic) Probably better to put these after the alderlake tests so its easier to find?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135937



More information about the cfe-commits mailing list