[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / newline-and-quote.ll
blob9206e9f398eb300450158ee903a6677bc43ee2ac
1 ; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu | FileCheck %s
2 @"foo\22bar" = global i32 42
3 ; CHECK: .globl "foo\"bar"
5 @"foo\0abar" = global i32 42
6 ; CHECK: .globl "foo\nbar"