[clang] [llvm] [X86] Support CFE flags for APX features (PR #74199)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 00:46:00 PST 2023


================
@@ -422,3 +422,28 @@
 
 // RUN: touch %t.o
 // RUN: %clang -fdriver-only -Werror --target=x86_64-pc-linux-gnu -mharden-sls=all %t.o -o /dev/null 2>&1 | count 0
+// RUN: %clang -target x86_64-unknown-linux-gnu -mapxf %s -### -o %t.o 2>&1 | FileCheck -check-prefix=APXF %s
----------------
KanRobert wrote:

Done

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


More information about the llvm-commits mailing list