(original) (raw)

Seems like something infinite-recursion like to me:
$ clang --version
clang version 6.0.0 (trunk 317833)
Target: powerpc64le-unknown-linux-gnu
$ clang -c test.ll
warning: overriding the module target triple with powerpc64le-unknown-linux-gnu \[-Woverride-module\]
...
#255 0x0000000012b07a78 llvm::DwarfUnit::getOrCreateTypeDIE(llvm::MDNode const\*)
...

So I'd say it reproduces.

On Wed, Nov 15, 2017 at 6:20 AM, 陳韋任 via llvm-dev <llvm-dev@lists.llvm.org> wrote:
Test on Mac, with not latest but trunk code. I get error below:

$ clang -c test.ll
warning: overriding the module target triple with x86\_64-apple-macosx10.13.0 \[-Woverride-module\]
clang-6.0: error: unable to execute command: Illegal instruction: 4

​I see no infinite recursion here.​


--
Wei-Ren Chen (陳韋任)
Homepage: https://people.cs.nctu.edu.tw/\~chenwj

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
LLVM Developers mailing list
llvm-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev