mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Followup to r203483 - add test.
[forgot to 'svn add' before committing r203483] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203485 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
754aaee387
commit
428b609de3
8
test/CodeGen/NVPTX/symbol-naming.ll
Normal file
8
test/CodeGen/NVPTX/symbol-naming.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=PTX32
|
||||
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefix=PTX64
|
||||
|
||||
@.str = private unnamed_addr constant [6 x i8] c"%d %f\00", align 1
|
||||
@.str.again = private unnamed_addr constant [6 x i8] c"%d %f\00", align 1
|
||||
|
||||
; PTX32-NOT: .str
|
||||
; PTX64-NOT: .str
|
Loading…
x
Reference in New Issue
Block a user