1 # exports_test_so.txt #
4 #//===----------------------------------------------------------------------===//
6 #// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
7 #// See https://llvm.org/LICENSE.txt for license information.
8 #// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 #//===----------------------------------------------------------------------===//
13 # This is used only to test if the linker supports version scripts. If the full
14 # version script it used we may error on undefined symbols and erroneously fail.
18 global: # Exported symbols.
20 *; # All symbols as exported for testing.
24 # sets up GCC OMP_ version dependency chain
40 # sets up GCC GOMP_ version dependency chain