[all-commits] [llvm/llvm-project] 95291a: Reland "[ms] [llvm-ml] Improve data support, addin...
Eric Astor via All-commits
all-commits at lists.llvm.org
Mon Feb 24 13:40:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95291a0e34c74d9be0ad216465a2a2e9db9610d4
https://github.com/llvm/llvm-project/commit/95291a0e34c74d9be0ad216465a2a2e9db9610d4
Author: Eric Astor <epastor at google.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M llvm/lib/MC/MCParser/MasmParser.cpp
A llvm/test/tools/llvm-ml/basic_data.test
Log Message:
-----------
Reland "[ms] [llvm-ml] Improve data support, adding names and complex initializers."
This reverts commit 9fe769a961dc8e3ce7d967ea0e07a4f0e5fac6e9, and re-lands commit c2e272f8cf76ec97f675e0dfdada75445bbee5c5.
Summary: Add support for ?, DUP, and string initializers, as well as MASM syntax for named data locations.
This version avoids the use of a C++17-only feature, if-statements with initializer.
Reviewers: rnk, thakis
Reviewed By: thakis
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73226
More information about the All-commits
mailing list