[clang] [UEFI] Add driver path to program paths list (PR #162387)

Prabhu Rajasekaran via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 8 09:23:58 PDT 2025


================
@@ -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:.*]]
----------------
Prabhuk wrote:

Thank you. Done.

https://github.com/llvm/llvm-project/pull/162387


More information about the cfe-commits mailing list