mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
In particular, it iterates through the executable module's SBSections, looking for the '__TEXT' section and further iterates on its subsections (of SBSection type, too). llvm-svn: 140654
7 lines
92 B
Makefile
7 lines
92 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
MAKE_DSYM :=NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|