ldionne added a comment.

Ping. This should be updated to avoid touching libcxxabi.



================
Comment at: libcxxabi/test/test_demangle.pass.cpp:3172
     
{"_ZN5clang7CodeGen15CodeGenFunction24EmitComplexPrePostIncDecEPKNS_13UnaryOperatorENS0_6LValueEbb",
 
"clang::CodeGen::CodeGenFunction::EmitComplexPrePostIncDec(clang::UnaryOperator 
const*, clang::CodeGen::LValue, bool, bool)"},
-    {"_ZN5clang7CodeGen15CodeGenFunction14GetUndefRValueENS_8QualTypeE", 
"clang::CodeGen::CodeGenFunction::GetUndefRValue(clang::QualType)"},
+    {"_ZN5clang7CodeGen15CodeGenFunction15GetPoisonRValueENS_8QualTypeE", 
"clang::CodeGen::CodeGenFunction::GetPoisonRValue(clang::QualType)"},
     
{"_ZN5clang7CodeGen15CodeGenFunction21EmitUnsupportedRValueEPKNS_4ExprEPKc", 
"clang::CodeGen::CodeGenFunction::EmitUnsupportedRValue(clang::Expr const*, 
char const*)"},
----------------
This doesn't need to change at all. This is just a test for demangling symbols.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140538/new/

https://reviews.llvm.org/D140538

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D140538: [Clang][Code... Louis Dionne via Phabricator via cfe-commits

Reply via email to