279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
8 lines
267 B
LLVM
8 lines
267 B
LLVM
; RUN: llvm-link %s %p/available_externally_b.ll -S -o - | FileCheck %s
|
|
; RUN: llvm-link %s -S -o - | FileCheck --check-prefix=AE-ONLY %s
|
|
|
|
@foo = available_externally unnamed_addr constant i32 0
|
|
|
|
; CHECK: @foo = hidden unnamed_addr constant i32 0
|
|
; AE-ONLY-NOT: @foo
|