[PATCH] D98895: [X86][Draft] Disable long double type for -mno-x87 option
Pengfei Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 25 00:08:31 PDT 2021
pengfei added inline comments.
================
Comment at: clang/test/Sema/x86-no-x87.c:2
+// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-linux-gnu -target-feature -x87
+// RUN: %clang_cc1 -fsyntax-only -verify %s -triple i686-linux-gnu -target-feature -x87
+// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-windows-msvc -target-feature -x87 -DNOERROR
----------------
Should i686 expect no error like GCC?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98895/new/
https://reviews.llvm.org/D98895
More information about the cfe-commits
mailing list