repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
It's not legal to fold a load from a narrower stack slot into a wider instruction...
[llvm/avr.git]
/
projects
/
sample
/
tools
/
Makefile
blob
00ff52b42cfaf45d67197607de1cf458c7b655f9
1
##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===##
2
3
#
4
# Relative path to the top of the source tree.
5
#
6
LEVEL
=
..
7
8
#
9
# List all of the subdirectories that we will compile.
10
#
11
DIRS
=
sample
12
13
include
$(
LEVEL
)/
Makefile.common