Files
swift-mirror/include/swift/AST/TBDGenRequests.h
Evan Wilde 58e2f5301a Fix TBDGen datalayout
This patch fixes the call to get the datalayout from the clang module.
Clang no longer holds onto the DataLayout object, so we have to do that
if we want to keep it around. Rather than instanciating it early, we can
just hold onto the string description, which clang does keep around, and
only construct the actual DataLayout once we need it.
2021-07-08 16:59:19 -07:00

7.8 KiB