Test updates were performed using: https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34 These are only the test updates where the test passed without further modification (which is almost all of them, as the backend is largely pointer-type agnostic).
9 lines
450 B
LLVM
9 lines
450 B
LLVM
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s --check-prefix=CHECK-ELF
|
|
; RUN: llc < %s -mtriple=x86_64-win32-gnu | FileCheck %s --check-prefix=CHECK-COFF
|
|
|
|
@llvm.embedded.object = private constant [1 x i8] c"\00", section ".llvm.offloading"
|
|
@llvm.compiler.used = appending global [1 x ptr] [ptr @llvm.embedded.object], section "llvm.metadata"
|
|
|
|
; CHECK-ELF: .section .llvm.offloading,"e"
|
|
; CHECK-COFF: .section .llvm.offloading,"dr"
|