[llvm-dev] Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 20:03:31 PDT 2016


On 11 May 2016 at 19:38, Geunsik Lim <leemgs at gmail.com> wrote:
> From my experiment, It seems that your proposal (r268662) cannot resolve the issue that I reported.

That's a shame. If your tests are accurate it seems there are multiple issues.

> Could you tell me the file name of LLVM that your two patches are belong to?
> For example, Is ARMConstantPoolValue.cpp is included in the libLLVMARMCodeGen.a?

I think that's the one; it should also be in most binaries linked
against that library, of course. The second file is a test and doesn't
get compiled into any executable or library.

Cheers.

Tim.


More information about the llvm-commits mailing list