blob: bd786d913369310aa25939fb3d706c684f5069c7 [file] [log] [blame]
Rafael Espindolaffe2e062016-06-20 14:02:22 +00001// REQUIRES: x86
2
3// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
4// RUN: not ld.lld -shared %t.o -o %t.so --version-script %p/Inputs/version-script-err.script 2>&1 | FileCheck %s
5// CHECK: ; expected, but got }
George Rimarb9f44922016-06-22 11:39:16 +00006
Reid Kleckner240cbab2016-10-31 20:13:41 +00007// RUN: echo "\"" > %terr1.script
George Rimarb9f44922016-06-22 11:39:16 +00008// RUN: not ld.lld --version-script %terr1.script -shared %t.o -o %t.so 2>&1 | \
9// RUN: FileCheck -check-prefix=ERR1 %s
Eugene Leviant03ff0162016-11-21 15:49:56 +000010// ERR1: {{.*}}:1: unclosed quote