You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
16
external/llvm/test/tools/gold/X86/unnamed-addr.ll
vendored
Normal file
16
external/llvm/test/tools/gold/X86/unnamed-addr.ll
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
; RUN: llvm-as %s -o %t.o
|
||||
|
||||
; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
|
||||
; RUN: --plugin-opt=emit-llvm \
|
||||
; RUN: -shared %t.o -o %t2.o
|
||||
; RUN: llvm-dis %t2.o -o - | FileCheck %s
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
|
||||
@a = internal unnamed_addr constant i8 42
|
||||
|
||||
define i8* @f() {
|
||||
ret i8* @a
|
||||
}
|
||||
|
||||
; CHECK: @a = internal unnamed_addr constant i8 42
|
Reference in New Issue
Block a user