"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "58de24ce6cb413afea1470ec183f3fc5d9ca6817"
Add an expectedFailure test for type finding.
When two .c files define a type of the same name, lldb just picks one and uses it regardless of context. That is not correct. When stopped in a frame in one of the .c files that define this type, it should use that local definition. This commit just adds a test that checks for the correct behavior. It is currently xfailed. llvm-svn: 366507
Loading
Please register or sign in to comment