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