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 6e41055 commit 8b29c5cCopy full SHA for 8b29c5c
llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
@@ -334,10 +334,8 @@ Error lowerPointer64AuthEdgesToSigningFunction(LinkGraph &G) {
334
formatv("{0:x}", B->getFixupAddress(E).getValue()) +
335
" has invalid encoded addend " + formatv("{0:x}", EncodedInfo));
336
337
-#ifndef NDEBUG
338
- const char *const KeyNames[] = {"IA", "IB", "DA", "DB"};
339
-#endif // NDEBUG
340
LLVM_DEBUG({
+ const char *const KeyNames[] = {"IA", "IB", "DA", "DB"};
341
dbgs() << " " << B->getFixupAddress(E) << " <- " << ValueToSign
342
<< " : key = " << KeyNames[Key] << ", discriminator = "
343
<< formatv("{0:x4}", InitialDiscriminator)
0 commit comments