================ Comment at: test/CodeGenCXX/microsoft-abi-structors.cpp:238 @@ +237,3 @@ + A(); + virtual void f(); // TODO: remove this function once we disable the key + // function logic for the MS ABI. ---------------- So, in the MS ABI, key methods basically don't exist, right? All class data is all comdat, all the time, and only emitted if it's used in the TU. At least that's what I see so far.
http://llvm-reviews.chandlerc.com/D823 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
