"lld/unittests/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "12075f71f9ae53eacee0772cc9548cb6ca1a0466"
Handle corner case where clang-cc is invoked directly to compile preprocessed...
Handle corner case where clang-cc is invoked directly to compile preprocessed source file without -main-file-name. In this case, CDDebugInfo is not able identify correct main source file becase SM.isFromMainFile() returns true for locations from header files as well as locations from main source file. This patch takes conservative approach by not emitting more then one compile unit with isMain bit set. llvm-svn: 69902
Loading
Please register or sign in to comment