[PATCH] D107684: [NFC][AVR][clang] Add test for D107672

Matt Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 9 15:58:55 PDT 2021


mhjacobson added inline comments.


================
Comment at: clang/test/Driver/avr-toolchain.c:17
+// RUN: %clang %s -### -no-canonical-prefixes -target avr --sysroot %S/Inputs/basic_avr_tree/usr/lib 2>&1 | FileCheck -check-prefix CC1D %s
+// CC1D: clang{{.*}} "-cc1" "-triple" "avr" {{.*}} "-internal-isystem" {{".*avr/include"}}
----------------
MaskRay wrote:
> Please use the pattern in linux-cross.cpp
To be clear, which pattern?  Placing each checked argument in its own check line?  I'm happy to do that, although the other tests here don't do so...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107684



More information about the cfe-commits mailing list