We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2c357 commit b748136Copy full SHA for b748136
clang/test/CIR/CodeGen/dtor-alias.cpp
@@ -1,8 +1,6 @@
1
-// FIXME: Remove of -clangir-disable-passes may trigger a memory safe bug in CIR internally during
2
-// lowering
3
// RUN: %clang_cc1 -std=c++17 -triple x86_64-unknown-linux-gnu \
4
// RUN: -mconstructor-aliases -fclangir -emit-cir %s -o %t.cir \
5
-// RUN: -clangir-disable-passes -o %t.cir
+// RUN: -o %t.cir
6
// RUN: FileCheck %s --input-file=%t.cir
7
8
namespace {
0 commit comments