[PATCH] D101400: [Driver] Add -print-multiarch-triple
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 27 15:40:07 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: clang/test/Driver/print-multiarch.c:5
+// RUN: -resource-dir=%S/Inputs/resource_dir \
+// RUN: | FileCheck --check-prefix=PRINT-MULTIARCH %s
+// PRINT-MULTIARCH: x86_64-linux-gnu
----------------
`--match-full-lines --strict-whitespace` or use `{{^}}x86_64-linux-gnu{{$}}`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101400/new/
https://reviews.llvm.org/D101400
More information about the cfe-commits
mailing list