summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs/elfver.script
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/Inputs/elfver.script')
-rw-r--r--llvm/test/Object/Inputs/elfver.script10
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/elfver.script b/llvm/test/Object/Inputs/elfver.script
new file mode 100644
index 00000000000..1316fcb84c8
--- /dev/null
+++ b/llvm/test/Object/Inputs/elfver.script
@@ -0,0 +1,10 @@
+VER1 {
+ global:
+ foo;
+};
+
+VER2 {
+ global:
+ foo;
+} VER1;
+
OpenPOWER on IntegriCloud