D42968: Fix for PR32992. Static const classes not exported.

Ammarguellat, Zahira via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 06:13:39 PST 2018


Before:
S.PendingLocalImplicitInstantiations.push_back(
After:
S.PendingInstantiations.push_back(

-----Original Message-----
From: Hans Wennborg via Phabricator [mailto:reviews at reviews.llvm.org] 
Sent: Wednesday, February 21, 2018 5:47 AM
To: Ammarguellat, Zahira <zahira.ammarguellat at intel.com>; rnk at google.com; david.majnemer at gmail.com
Cc: llvm-commits at lists.llvm.org; junbuml at codeaurora.org
Subject: [PATCH] D42968: Fix for PR32992. Static const classes not exported.

hans added a comment.

In https://reviews.llvm.org/D42968#1013662, @zahiraam wrote:

> Fixing the assert in the build.


I don't see any difference compared to the previous version. What is the fix for the assert?


https://reviews.llvm.org/D42968





More information about the llvm-commits mailing list