forked from OSchip/llvm-project
Suppress llvm/test/tools/gold/X86/parallel.ll while investigating.
For me, Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7deb0dc in _dl_fixup () from /lib64/ld-linux-x86-64.so.2 llvm-svn: 246641
This commit is contained in:
parent
a6297c701e
commit
44e3c5f36c
|
@ -3,6 +3,9 @@
|
|||
; RUN: llvm-nm %t.o0 | FileCheck --check-prefix=CHECK0 %s
|
||||
; RUN: llvm-nm %t.o1 | FileCheck --check-prefix=CHECK1 %s
|
||||
|
||||
; FIXME: Invesigating. std::thread crashes in _dl_fixup().
|
||||
; REQUIRES: disabled
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
; CHECK0-NOT: bar
|
||||
|
|
Loading…
Reference in New Issue