[PATCH] D154654: [BOLT] Fix buildbot failure
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 13:43:07 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0671be853b66: [BOLT] Fix buildbot failure (authored by maksfb).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154654/new/
https://reviews.llvm.org/D154654
Files:
bolt/include/bolt/Rewrite/RewriteInstance.h
Index: bolt/include/bolt/Rewrite/RewriteInstance.h
===================================================================
--- bolt/include/bolt/Rewrite/RewriteInstance.h
+++ bolt/include/bolt/Rewrite/RewriteInstance.h
@@ -386,7 +386,7 @@
private:
/// Manage a pipeline of metadata handlers.
- MetadataManager MetadataManager;
+ class MetadataManager MetadataManager;
/// Get the contents of the LSDA section for this binary.
ArrayRef<uint8_t> getLSDAData();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154654.537869.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230706/6a3cd518/attachment.bin>
More information about the llvm-commits
mailing list