brintos

brintos / llvm-project-archived public Read only

0
0
Text · 251 B · 3751e72 Raw
11 lines · plain
1// RUN: llvm-mc -triple x86_64-pc-linux-gnu %s -o - | FileCheck %s2 3// Test that we handle the strings like gas4.section bar-"foo"5.section "foo"6.section "foo bar"7 8// CHECK: .section "bar-\"foo\""9// CHECK: .section foo10// CHECK: .section "foo bar"11