forked from OSchip/llvm-project
Add missing options that were required to crash.
llvm-svn: 267204
This commit is contained in:
parent
d4f275cecb
commit
55a1d50b3a
|
@ -1,5 +1,5 @@
|
|||
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
|
||||
// RUN: ld.lld %t.o -o %t.so -shared
|
||||
// RUN: ld.lld %t.o -o %t.so -shared -O3 --gc-sections
|
||||
// RUN: llvm-readobj -s -section-data -t %t.so | FileCheck %s
|
||||
|
||||
// CHECK: Name: .rodata
|
||||
|
|
Loading…
Reference in New Issue