================ @@ -0,0 +1,50 @@ +// RUN: not %clang_cc1 -fopenmp -emit-cir -fclangir %s -o - | FileCheck %s ---------------- erichkeane wrote:
It doesn't 'crash' the compiler, it causes `not yet implemented` errors to be emitted, which stops translation. We need the 'not' so that FileCheck will check what we've emitted anyway. https://github.com/llvm/llvm-project/pull/172308 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
