brintos

brintos / llvm-project-archived public Read only

0
0
Text · 266 B · 4c053a0 Raw
8 lines · plain
1# There is no guaranteed order in which the linker will order these2# files, so we just have a lot of them to make it unlikely that we hit3# the right one first by pure luck.4 5CXX_SOURCES := main.cpp a.cpp b.cpp c.cpp d.cpp e.cpp f.cpp g.cpp6 7include Makefile.rules8