Add missing options that were required to crash.

llvm-svn: 267204
This commit is contained in:
Rafael Espindola 2016-04-22 20:07:59 +00:00
parent d4f275cecb
commit 55a1d50b3a
1 changed files with 1 additions and 1 deletions

View File

@ -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