Avoid using hardcoded line number to break on. Use the line_number() utility
function to get the line number to break on during setUp(). Also modify main.c to use g_file_static_cstr within main() so clang does not optimize this variable out. llvm-svn: 116355
Loading
Please register or sign in to comment