mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
8 lines
228 B
LLVM
8 lines
228 B
LLVM
|
; RUN: llvm-as < %s >%t1
|
||
|
; RUN: llvm-lto -o %t2 %t1
|
||
|
|
||
|
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||
|
target triple = "x86_64-unknown-linux-gnu"
|
||
|
|
||
|
@.str = private unnamed_addr constant [7 x i8] c"hello\0A\00", align 1
|