[clang] [Clang][OpenMP] throw compilation error instead of crash in Stmt::OMPScopeDirectiveClass case (#77535) (PR #84135)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 6 16:23:01 PST 2024
================
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -emit-obj -verify -fopenmp %s
----------------
shiltian wrote:
You can use `-emit-llvm` instead.
https://github.com/llvm/llvm-project/pull/84135
More information about the cfe-commits
mailing list