[clang] [llvm] [X86][MC] Added support for -msse2avx option in llvm-mc (PR #96860)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 23:46:44 PDT 2024


================
@@ -0,0 +1,3 @@
+// RUN: %clang -### -c -march=x86-64 -msse2avx %s 2>&1 | FileCheck %s
----------------
MaskRay wrote:

Merge this into `sse2avx.c` using `-x assembler`

https://github.com/llvm/llvm-project/pull/96860


More information about the cfe-commits mailing list