[all-commits] [llvm/llvm-project] a0b7bd: [MC] [llvm-ml] Add support for the extrn keyword
Mike Hommey via All-commits
all-commits at lists.llvm.org
Thu Dec 29 07:18:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0b7bd4b0704361b3bcae3f0e4015c27fa00af95
https://github.com/llvm/llvm-project/commit/a0b7bd4b0704361b3bcae3f0e4015c27fa00af95
Author: Mike Hommey <mh at glandium.org>
Date: 2022-12-29 (Thu, 29 Dec 2022)
Changed paths:
M llvm/lib/MC/MCParser/MasmParser.cpp
Log Message:
-----------
[MC] [llvm-ml] Add support for the extrn keyword
It is the same as the already supported `extern` keyword.
https://learn.microsoft.com/en-us/cpp/assembler/masm/extrn?view=msvc-170
Fixes: https://github.com/llvm/llvm-project/issues/59712
Reviewed By: epastor
Differential Revision: https://reviews.llvm.org/D140679
More information about the All-commits
mailing list