Displaying 2 results from an estimated 2 matches for "324455".
2018 Feb 07
0
retpoline mitigation and 6.0
...unning pass 'Induction Variable Simplification' on basic block '%for.body15.i'
clang-7.0: [0;1;31merror: unable to execute command: Aborted (core dumped)
clang-7.0: [0;1;31merror: clang frontend command failed due to signal (use -v to see invocation)
clang version 7.0.0聽聽(llvm/trunk 324455)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/dwmw2/git/llvm-build/bin
clang-7.0: [0;1;30mnote: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
clang-7.0: [0;1;30mnote:...
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449.
Before we merge this into two different Clang release branches and almost
immediately release one of them, I would really like someone to confirm
that this patch works well with the Linux kernel. David, if you're up for
that, it would be great. Alternatively, Guenter or someone else here can
help.
On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth