mini_installer.exe fails to link with lld |
||||
Issue descriptionThe link fails with no error message and errolevel -1073740791. LLVM bug https://bugs.llvm.org/show_bug.cgi?id=35581 The gn.args I used is: is_clang = true clang_base_path = "C:/path/to/clang" clang_use_chrome_plugins = false use_lld = true is_debug = true symbol_level = 2 is_component_build = true is_official_build = false use_thin_lto = false target_cpu = "x86" enable_nacl = false
,
Dec 14 2017
This seems to happen when calling lld-link to link a 32-bit executable when the MSVC environment variables are set for building a 64-bit executable. I can link successfully after setting the environment variables for creating 32-bit executables.
,
Dec 14 2017
My previous comment was not quite right. errorlevel was shown as 0, but mini_installer.exe was not actually being created, so it's not working right with the change in environment variables either.
,
Dec 19 2017
This was fixed in Clang r321030.
,
Dec 19 2017
,
Dec 19 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by h...@chromium.org
, Dec 8 2017