Skip to content

Commit c057940

Browse files
committed
Don't test with opaque pointers
1 parent b69fc57 commit c057940

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/llvmpasses/alloc-opt-pass.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
; This file is a part of Julia. License is MIT: https://julialang.org/license
22

3-
; RUN: opt -enable-new-pm=1 --opaque-pointers=0 --load-pass-plugin=libjulia-codegen%shlibext -passes='function(AllocOpt)' -S %s | FileCheck %s --check-prefixes=CHECK,TYPED
4-
53
; RUN: opt -enable-new-pm=1 --opaque-pointers=1 --load-pass-plugin=libjulia-codegen%shlibext -passes='function(AllocOpt)' -S %s | FileCheck %s --check-prefixes=CHECK,OPAQUE
64

75
@tag = external addrspace(10) global {}

0 commit comments

Comments
 (0)