search for: diagmain

Displaying 3 results from an estimated 3 matches for "diagmain".

2018 Feb 19
2
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...es visual studio to become unresponsive until the file open operation times out. This output in its current format is displayed in visual studio as: ------ Build started: Project: lldDiagnostics, Configuration: Debug ------ X:\bin\lld.exe : error : undefined symbol: foo >>> referenced by diagMain.cpp:5 (X:\lldDiagnostics\lldDiagnostics\diagMain.cpp:5) >>> Debug\diagMain.o:(main) Done building project "lldDiagnostics.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ## Proposed Solution We propose the addition...
2018 Feb 22
0
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...me unresponsive until the file open operation times out. This > output in its current format is displayed in visual studio as: > > ------ Build started: Project: lldDiagnostics, Configuration: Debug ------ > X:\bin\lld.exe : error : undefined symbol: foo > >>> referenced by diagMain.cpp:5 (X:\lldDiagnostics\ > lldDiagnostics\diagMain.cpp:5) > >>> Debug\diagMain.o:(main) > Done building project "lldDiagnostics.vcxproj" -- FAILED. > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== > > > ## Proposed...
2018 Feb 27
1
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...es visual studio to become unresponsive until the file open operation times out. This output in its current format is displayed in visual studio as: ------ Build started: Project: lldDiagnostics, Configuration: Debug ------ X:\bin\lld.exe : error : undefined symbol: foo >>> referenced by diagMain.cpp:5 (X:\lldDiagnostics\lldDiagnostics\diagMain.cpp:5) >>> Debug\diagMain.o:(main) Done building project "lldDiagnostics.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== ## Proposed Solution We propose the addition...