[PATCH] D82677: [Clang] Handle AIX Include management in the driver

David Tenty via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 13:04:06 PDT 2020


daltenty added inline comments.


================
Comment at: clang/test/Driver/aix-toolchain-include.cpp:8
+// RUN:   | FileCheck -check-prefix=CHECK-INTERNAL32-INCLUDE %s
+// CHECK-INTERNAL32-INCLUDE: {{.*}}clang{{.*}}" "-cc1"
+// CHECK-INTERNAL32-INCLUDE: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]"
----------------
I don't think we need a separate check prefix for 32/64-bit cases, just the RUN statements. Since the expected output is the same they can share the same prefix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82677





More information about the cfe-commits mailing list