search for: bninja_installed_clang

Displaying 4 results from an estimated 4 matches for "bninja_installed_clang".

2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
...Should it work ? If not, how can I > invoke the second to make it work properly ? > > > Is it actually running lld-link.exe? Does lld-link.exe exist next to > clang++.exe? If you add -###, what linker command line is clang trying > to run? "C:/Programming/VersionControl/bninja_installed_clang/bin/clang++" -o "C:\Programming\VersionControl\modular-boost\build\boost\bin.v2\libs\preprocessor\test\config_info.test\clang-linux-5.0cl\debug\address-model-32\config_info.exe" -Wl,--start-group "C:\Programming\VersionControl\modular-boost\build\boost\bin.v2\libs\preprocesso...
2017 Mar 31
3
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 7:59 PM, Reid Kleckner via llvm-dev wrote: > On Thu, Mar 30, 2017 at 6:08 AM, Edward Diener via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Are you saying that once lld is built with mingw-64/gcc on Windows > it is impossible to tell it to handle PE/COFF files when invoking it > from clang++ using the
2017 Mar 29
3
Invoking lld for PE/COFF (Windows) linking
...which outputs: clang++.exe: error: unknown argument: '-flavor' clang++.exe: error: no such file or directory: 'link' 2) -flavor=link", which outputs: clang++.exe: error: unknown argument: '-flavor=link' 3) -Wl,-flavor,link, which outputs C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: unknown argument: -flavor 4) -Wl,-flavor=link, which outputs C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: unknown argument: -flavor=link What is the "magic" invocation that will allow me to invoke the lld linker from the clang++ command, but ge...
2017 Mar 30
2
Invoking lld for PE/COFF (Windows) linking
...'-flavor' > clang++.exe: error: no such file or directory: 'link' > > 2) -flavor=link", which outputs: > clang++.exe: error: unknown argument: '-flavor=link' > > 3) -Wl,-flavor,link, which outputs > C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: > unknown argument: -flavor > > 4) -Wl,-flavor=link, which outputs > C:\Programming\VersionControl\bninja_installed_clang\bin\lld: error: > unknown argument: -flavor=link > > What is the "magic" invocation that will allow me to invo...