[clang] [UEFI] X86_64 UEFI Clang Driver (PR #76838)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 17 14:56:35 PDT 2024


================
@@ -0,0 +1,4 @@
+// RUN: %clang -target x86_64-unknown-uefi -S -emit-llvm -o - %s | \
----------------
MaskRay wrote:

test/Driver tests should generally only test `-###`, not `-emit-llvm -S` (codegen). Place such codegen tests to test/CodeGen

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


More information about the cfe-commits mailing list