================
@@ -1,4 +1,3 @@
-// RUN: %clang_cc1 -I%S %s -triple x86_64-apple-darwin10 -O1 -emit-llvm 
-std=c++11 -o - | FileCheck %s --check-prefixes=CHECK,EXACT
----------------
ojhunt wrote:

This test should be corrected, not have the baseline removed.

The purpose of this test is to have a baseline in which we demonstrate that we 
will optimize a dynamic_cast on the assumption of vtable uniqueness, but we 
won't if the various "no uniqueness assumption" flags are set.

If the baseline test is being removed because it no longer produces the 
expected exact match baseline, then the rest of the test is meaningless.

What actually needs to happens is the class definitions need to be updated.

https://github.com/llvm/llvm-project/pull/197855
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to