================ @@ -0,0 +1,49 @@ +// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s ---------------- Fznamznon wrote:
You need to supply a triple via -triple, I think. right now the test fails on Windows because of the mangling. https://github.com/llvm/llvm-project/pull/215173 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
