summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/version-script-err.s
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-07-13 07:46:00 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-07-13 07:46:00 +0000
commite05103ea11f797a6f210fe11dfaf46289cceba24 (patch)
treebf7fb241fce04f6631e5c84327aa470d5add434e /lld/test/ELF/version-script-err.s
parent14ef11c110e574ecc575fff3e43a95b88452a8fb (diff)
downloadbcm5719-llvm-e05103ea11f797a6f210fe11dfaf46289cceba24.tar.gz
bcm5719-llvm-e05103ea11f797a6f210fe11dfaf46289cceba24.zip
[ELF] - Implement extern "c++" version script tag
Patch implements 'extern' version script tag. Currently only values in quotes(") are supported. Matching of externs is performed in the same pass as exact match of globals. Differential revision: http://reviews.llvm.org/D21930 llvm-svn: 275257
Diffstat (limited to 'lld/test/ELF/version-script-err.s')
-rw-r--r--lld/test/ELF/version-script-err.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/test/ELF/version-script-err.s b/lld/test/ELF/version-script-err.s
index 4df15d59265..15b69e98505 100644
--- a/lld/test/ELF/version-script-err.s
+++ b/lld/test/ELF/version-script-err.s
@@ -8,8 +8,3 @@
// RUN: not ld.lld --version-script %terr1.script -shared %t.o -o %t.so 2>&1 | \
// RUN: FileCheck -check-prefix=ERR1 %s
// ERR1: unclosed quote
-
-// RUN: echo "VERSION { extern "C++" {}; }; " > %terr2.script
-// RUN: not ld.lld --version-script %terr2.script -shared %t.o -o %t.so 2>&1 | \
-// RUN: FileCheck -check-prefix=ERR2 %s
-// ERR2: extern keyword is not supported
OpenPOWER on IntegriCloud