================ @@ -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