repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
MC
/
ELF
/
section-quoting.s
blob
3751e722952d2da7f6f41646a7a9fddecaa0cbcf
1
//
RUN
:
llvm-mc
-
triple x86_64-pc-linux-gnu
%
s
-
o
-
| FileCheck
%
s
2
3
//
Test that we handle the strings like gas
4
.section bar-
"foo"
5
.section
"foo"
6
.section
"foo bar"
7
8
//
CHECK
:
.section
"bar-
\"
foo
\"
"
9
//
CHECK
:
.section foo
10
//
CHECK
:
.section
"foo bar"