[PATCH] D90524: [Driver] Enable getOSLibDir() lib32 workaround for SPARC on Linux

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 19:20:54 PST 2020


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: clang/test/Driver/linux-header-search.cpp:266
+// CHECK-DEBIAN-SPARC: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
+// CHECK-DEBIAN-SPARC: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]"
+// CHECK-DEBIAN-SPARC: "-isysroot" "[[SYSROOT:[^"]+]]"
----------------
I'll add some -SAME directives because that helps FileCheck to provide a friendly error message when things go off.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90524



More information about the cfe-commits mailing list