We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e7c0a commit c798182Copy full SHA for c798182
clang/test/CIR/CodeGen/global-new.cpp
@@ -1,3 +1,4 @@
1
+// RUN: true
2
// DISABLED: %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-cir -mmlir --mlir-print-ir-before=cir-lowering-prepare %s -o %t.cir 2>&1 | FileCheck %s -check-prefix=CIR_BEFORE
3
// DISABLED: FileCheck %s -check-prefix=CIR_AFTER --input-file=%t.cir
4
// DISABLED: %clang_cc1 -std=c++20 -triple aarch64-none-linux-android21 -fclangir -emit-llvm %s -o %t.ll
0 commit comments