diff options
author | Rui Ueyama <ruiu@google.com> | 2016-08-31 20:03:54 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-08-31 20:03:54 +0000 |
commit | 95769b4a2907457c19d5f72c2f557ff099d1ffa3 (patch) | |
tree | 74ce01939eec520878440034e5e2d193103f71c6 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6c978aa9da30053b211c694de3eb8edc0ac88dad (diff) | |
download | llvm-95769b4a2907457c19d5f72c2f557ff099d1ffa3.zip llvm-95769b4a2907457c19d5f72c2f557ff099d1ffa3.tar.gz llvm-95769b4a2907457c19d5f72c2f557ff099d1ffa3.tar.bz2 |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions