We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93942f5 commit 356be1aCopy full SHA for 356be1a
llvm/unittests/CodeGen/TypeTraitsTest.cpp
@@ -16,13 +16,10 @@
16
17
using namespace llvm;
18
19
-#if __has_feature(is_trivially_copyable) || (defined(__GNUC__) && __GNUC__ >= 5)
20
static_assert(std::is_trivially_copyable_v<PressureChange>,
21
"trivially copyable");
22
static_assert(std::is_trivially_copyable_v<SDep>, "trivially copyable");
23
static_assert(std::is_trivially_copyable_v<SDValue>, "trivially copyable");
24
static_assert(std::is_trivially_copyable_v<SlotIndex>, "trivially copyable");
25
static_assert(std::is_trivially_copyable_v<IdentifyingPassPtr>,
26
27
-#endif
28
-
0 commit comments