Skip to content

Commit b748136

Browse files
bcardosolopeslanza
authored andcommitted
[CIR] Remove -clangir-disable-passes from test
Close #1234 Update test after fix in #1422
1 parent 4e2c357 commit b748136

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/test/CIR/CodeGen/dtor-alias.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// FIXME: Remove of -clangir-disable-passes may trigger a memory safe bug in CIR internally during
2-
// lowering
31
// RUN: %clang_cc1 -std=c++17 -triple x86_64-unknown-linux-gnu \
42
// RUN: -mconstructor-aliases -fclangir -emit-cir %s -o %t.cir \
5-
// RUN: -clangir-disable-passes -o %t.cir
3+
// RUN: -o %t.cir
64
// RUN: FileCheck %s --input-file=%t.cir
75

86
namespace {

0 commit comments

Comments
 (0)