[PATCH] D103343: [SystemZ][z/OS] Stricter condition for HLASM class instantiation

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 02:12:47 PDT 2021


uweigand added a comment.

Maybe it would be clearer to be explicit and write:

  if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS())

This should have the same effect but avoid the implicit assumptions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103343



More information about the llvm-commits mailing list