Displaying 2 results from an estimated 2 matches for "dllvm_enable_modules".
Did you mean:
llvm_enable_modules
2019 Jul 30
2
ICE in release/9.x when using LLVM_ENABLE_MODULES
...tput looks nearly identical, but it's using clang-10
from the master branch of llvm-project.)
I wonder why the buildbots would begin passing again, whereas locally
the issue reproduces... very strange. Looking at the CMake invocation
in the build logs that Akira linked to, I can see that
'-DLLVM_ENABLE_MODULES=On' is being used. Could it be one of the other
options is masking the error I'm seeing on master?
- Brian Gesiak
On Mon, Jul 29, 2019 at 1:51 PM Akira Hatanaka <ahatanak at gmail.com> wrote:
>
> This is probably the same failure we've been seeing here:
>
> http://gr...
2019 Jul 29
4
ICE in release/9.x when using LLVM_ENABLE_MODULES
I ran into an LLVM/Clang crash when attempting to do the following:
1. Build Clang from the release/9.x branch source.
2. Use the Clang from (1) to build clangd on the release/9.x branch,
with LLVM_ENABLE_MODULES=On.
I wrote a script to reproduce the crash:
https://gist.github.com/modocache/ac366ca9673b93bb21e75d3e72162608
At the above URL, you'll find a script `repro.sh` that reproduces