[PATCH] D87403: [ms] [llvm-ml] Add support for "alias" directive

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 10:22:02 PDT 2020


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Maybe have a test covering the parse error case too.



================
Comment at: llvm/test/tools/llvm-ml/alias.test:15
+
+alias <t3> = <t1>
+; CHECK: (scl 69){{.*}}t3
----------------
What happens if you do `alias <t5> = <t3>` (ie an alias to an alias)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87403/new/

https://reviews.llvm.org/D87403



More information about the llvm-commits mailing list