Go to file
Rui Ueyama 95769b4a29 Linker script: support VERSION command.
Summary:
VERSION commands define symbol versions. The grammar of the
commnad is as follows

  VERSION { version-script-commands }

where version-script-commands is

  [ name ] { version-definitions }.

Note that we already support version-script-commands because
it is being used for version script command.

This patch is based on George's patch https://reviews.llvm.org/D23609

Reviewers: grimar

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D24089

llvm-svn: 280284
2016-08-31 20:03:54 +00:00
clang Revert "Driver: use the canonical static library naming" 2016-08-31 19:27:07 +00:00
clang-tools-extra [clang-tidy docs] Add missing option docs. 2016-08-31 13:21:18 +00:00
compiler-rt [sanitizer] extend SizeClassMap to take more template parameters, add VeryCompactSizeClassMap for testing purposes 2016-08-31 17:52:55 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx [CMake] Copy headers relative to LLVM_BINARY_DIR 2016-08-30 16:51:34 +00:00
libcxxabi Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined(). 2016-08-31 15:16:40 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld Linker script: support VERSION command. 2016-08-31 20:03:54 +00:00
lldb Remove unused variables. 2016-08-31 20:03:14 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [InstCombine] change insertRangeTest() to use APInt instead of Constant; NFCI 2016-08-31 19:49:56 +00:00
openmp Appease older gcc compilers for the many-microtask-args.c test 2016-08-30 19:28:58 +00:00
parallel-libs Exclude examples, unittests from doc gen 2016-08-31 19:02:47 +00:00
polly Add forgotten image 2016-08-30 12:41:29 +00:00