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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 14:41:56 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.


================
Comment at: clang/test/Driver/x86-march.c:91
 //
+// RUN: %clang --target=x86_64-unknown-unknown -c -### %s -march=raptorlake 2>&1 \
+// RUN:   | FileCheck %s -check-prefix=raptorlake
----------------
You can just write `--target=x86_64`. Then the line is short enough that you do not need wrapping. Not necessary to follow other lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135937



More information about the llvm-commits mailing list