[all-commits] [llvm/llvm-project] 0548d1: [ms] [llvm-ml] Add support for "alias" directive
Eric Astor via All-commits
all-commits at lists.llvm.org
Tue Sep 29 14:00:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0548d1ca24b72d28e50fbd8a456b1fd36beacb07
https://github.com/llvm/llvm-project/commit/0548d1ca24b72d28e50fbd8a456b1fd36beacb07
Author: Eric Astor <epastor at google.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M llvm/include/llvm/MC/MCWinCOFFStreamer.h
M llvm/lib/MC/MCParser/COFFMasmParser.cpp
M llvm/lib/MC/MCWinCOFFStreamer.cpp
A llvm/test/tools/llvm-ml/alias.test
A llvm/test/tools/llvm-ml/alias_errors.test
M llvm/test/tools/llvm-ml/proc.test
M llvm/test/tools/llvm-ml/proc_frame.test
Log Message:
-----------
[ms] [llvm-ml] Add support for "alias" directive
Support the "alias" directive.
Required support for emitWeakReference in MCWinCOFFStreamer.
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D87403
More information about the All-commits
mailing list