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 3e315e0 commit 4542fb8Copy full SHA for 4542fb8
clang/tools/clang-offload-wrapper/SymPropReader.cpp
@@ -86,8 +86,8 @@ auto getInitializerNumElements(const Constant *Initializer) {
86
// };
87
//
88
89
-constexpr unsigned int EntriesBeginIndexInTDI{10};
90
-constexpr unsigned int PropertySetBeginIndexInTDI{12};
+constexpr unsigned int EntriesBeginIndexInTDI{8};
+constexpr unsigned int PropertySetBeginIndexInTDI{10};
91
92
// struct __tgt_offload_entry {
93
// void *addr;
0 commit comments