================ @@ -12,3 +12,8 @@ // CHECK-SAME: "/entry:EfiMain" // CHECK-SAME: "/tsaware:no" // CHECK-SAME: "/debug" + +// RUN: %clang -### --target=x86_64-unknown-uefi -print-search-dirs 2>&1 \ +// RUN: | FileCheck -check-prefixes=PROGPATH %s +// PROGPATH-DAG: InstalledDir: [[DRIVER_INSTALLED_DIR:.*]] ---------------- MaskRay wrote:
Should remove `-DAG:` (it's a no-op in this case) https://github.com/llvm/llvm-project/pull/162387 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
