[PATCH] D89488: FileManager: Shrink FileEntryRef to the size of a pointer

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 16:32:04 PDT 2020


thakis added inline comments.
Herald added a subscriber: ormris.


================
Comment at: clang/include/clang/Basic/FileManager.h:101
+  /// Type used in the StringMap.
+  using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>;
+
----------------
It looks like this is too clever for gcc5.3: https://bugs.chromium.org/p/chromium/issues/detail?id=1143022

Ideas on how to work around that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89488/new/

https://reviews.llvm.org/D89488



More information about the cfe-commits mailing list