This change makes sure that DwarfUnit does not load a .dwo file until necessary. I also take advantage of DWARF 5's guarantee that the first support file is also the primary file to make it possible to create a compile unit without loading the .dwo file. Testcases now require Linux as it is needed for -gsplit-dwarf. Review By: jankratochvil, dblaikie Differential Revision: https://reviews.llvm.org/D100299
2 lines
68 B
INI
2 lines
68 B
INI
config.suffixes = ['.cpp', '.m', '.mm', '.s', '.test', '.ll', '.c']
|