"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1b84908f92db216509c0e33a49bc53ffabca84de"
Remove an ugly hack that was meant to eliminate the breakpoint ambiguity
between a block assignment and the entry of the block function. In reality this wouldn't work anyway because blocks are predominantly created on-the-fly inside of an ObjC method invocation. The proper fix for the ambiguity is to use -gcolumn-info to differentiate the breakpoints. This is expected to break some block-related darwin-gdb tests. rdar://problem/14039866 llvm-svn: 184157
Loading
Please register or sign in to comment