[clang-tools-extra] [llvm] [compiler-rt] [clang] Make clang report invalid target versions for all environment types. (PR #78655)

Paul T Robinson via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 19 07:29:30 PST 2024


================
@@ -1,7 +1,7 @@
 // RUN: %clang -x c -ffixed-point -S -emit-llvm -o - %s | FileCheck %s
-// RUN: %clang -x c -ffixed-point -S -emit-llvm -o - --target=x86_64-scei-ps4-ubuntu-fast %s | FileCheck %s
----------------
pogo59 wrote:

Thanks for tagging me. These are definitely invalid triples. It appears they were added in f921d854, which was a recommit of db55d833, where the test was introduced. I don't see that they are really adding anything to the coverage, so I think it's fine to remove them.

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


More information about the cfe-commits mailing list