[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / ARM / Windows / read-only-data.ll
blobb2efe9390dea7154b8d45f768f6329a40790955a
1 ; RUN: llc -mtriple thumbv7-windows -filetype asm -o - %s | FileCheck %s
3 @.str = private unnamed_addr constant [7 x i8] c"string\00", align 1
5 declare arm_aapcs_vfpcc void @callee(ptr)
7 define arm_aapcs_vfpcc void @function() {
8 entry:
9   call arm_aapcs_vfpcc void @callee(ptr @.str)
10   ret void
13 ; CHECK: .section .rdata,"dr"
14 ; CHECK-NOT: .section ".rodata.str1.1"