Displaying 1 result from an estimated 1 matches for "r141407".
Did you mean:
141407
2011 Oct 08
1
[LLVMdev] Is clang -g (gdb) support broken for mingw builds?
...t Fortran).
2. Installed Python 2.7 from www.python.org/download using
python-2.7.2.msi
3. MSYS bash path set to /c/MinGW/bin:/bin:/c/Python27:/c/WINDOWS/
system32:/c/WINDOWS:/c/WINDOWS/system32/wbem
4. Built clang according to the instructions at clang.llvm.org/
get_started.html using revision r141407 (2011-10-07 12:55:21 -0700)
for both the llvm/trunk and cfe/trunk checkouts -- it built without
any problems.
My test source file tenline.c:
----- BEGIN tenline.c -----
#include <stdio.h>
int main()
{
puts("line 4");
puts("line 5");
puts("line 6");
puts(&qu...