Displaying 2 results from an estimated 2 matches for "ac366ca9673b93bb21e75d3e72162608".
2019 Jul 30
2
ICE in release/9.x when using LLVM_ENABLE_MODULES
...e 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 the
>> crash, and a file `out.txt` that contains the build output and the
>> stack trace.
>>
>> I used the script to bisect, and bisect determined the first "bad" commit was:
&g...
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 the
crash, and a file `out.txt` that contains the build output and the
stack trace.
I used the script to bisect, and bisect determined the first "bad" commit was:
https://github.com/llvm/llvm-project/commit/baae41ff76...