[clang] 8245ca9 - [clang][Interp] Don't disable int128 tests everywhere.
Timm Bäder via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 2 00:59:11 PDT 2023
Author: Timm Bäder
Date: 2023-10-02T09:55:35+02:00
New Revision: 8245ca994bc524ef7a047526c128dbe0cb14d104
URL: https://github.com/llvm/llvm-project/commit/8245ca994bc524ef7a047526c128dbe0cb14d104
DIFF: https://github.com/llvm/llvm-project/commit/8245ca994bc524ef7a047526c128dbe0cb14d104.diff
LOG: [clang][Interp] Don't disable int128 tests everywhere.
Added:
Modified:
clang/test/AST/Interp/literals.cpp
Removed:
################################################################################
diff --git a/clang/test/AST/Interp/literals.cpp b/clang/test/AST/Interp/literals.cpp
index b57a0e64c5fac32..eca0e4c2cbd26f1 100644
--- a/clang/test/AST/Interp/literals.cpp
+++ b/clang/test/AST/Interp/literals.cpp
@@ -27,7 +27,7 @@ static_assert(number != 10, ""); // expected-error{{failed}} \
// ref-note{{evaluates to}}
-#ifdef __SIZEOF__INT128__
+#ifdef __SIZEOF_INT128__
namespace i128 {
typedef __int128 int128_t;
typedef unsigned __int128 uint128_t;
More information about the cfe-commits
mailing list