This corresponds to the same change for the MS ABI in r209908 and makes us pass more of Nico's tests.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
test/CodeGenCXX/dllimport.cpp | ||
---|---|---|
530 | Can you test the case where the vtable is external? A class with a key function at -O0 should do. In related news, we don't appear to emit available_externally vtables for classes with key functions at -O1. That seems like a bad missed optimization. |
Can you test the case where the vtable is external? A class with a key function at -O0 should do.
In related news, we don't appear to emit available_externally vtables for classes with key functions at -O1. That seems like a bad missed optimization.