Displaying 3 results from an estimated 3 matches for "llddiagnost".
2018 Feb 19
2
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...gram
attempts to open the linker executable for edit, as this is interpreted as
a source code file. Normally this causes 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.
=========...
2018 Feb 22
0
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...e linker executable for edit, as this is interpreted as
> a source code file. Normally this causes 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&...
2018 Feb 27
1
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...gram
attempts to open the linker executable for edit, as this is interpreted as a source code file. Normally this causes 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.
=========...