xref: /llvm-project/lldb/test/API/lang/cpp/accelerator-table/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1# There is no guaranteed order in which the linker will order these
2# files, so we just have a lot of them to make it unlikely that we hit
3# 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.cpp
6
7include Makefile.rules
8