[PATCH] D120260: [BOLT][NFC] Fix undefined behavior in encodeAnnotationImm
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 12:57:42 PST 2022
maksfb added inline comments.
================
Comment at: bolt/unittests/Core/MCPlusBuilder.cpp:113
+TEST_P(MCPlusBuilderTester, Annotation) {
+ if (GetParam() != Triple::x86_64)
+ GTEST_SKIP();
----------------
Any reason for x86_64-only?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120260/new/
https://reviews.llvm.org/D120260
More information about the llvm-commits
mailing list