repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The sections that the ELF object writer has to create are very simple and
[llvm.git]
/
test
/
FrontendAda
/
asm.adb
blob
844885e67152c5b5ec040f8dd9d645411118c81e
1
-- RUN: %llvmgcc -S %s
2
with
System
.
Machine_Code
;
3
procedure
Asm
is
4
begin
5
System
.
Machine_Code
.
Asm
(
""
);
6
end
;