[PATCH] D158476: [driver] Search for compatible Android runtime directories

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 16:23:48 PDT 2023


MaskRay accepted this revision.
MaskRay added a comment.

nits



================
Comment at: clang/docs/ReleaseNotes.rst:295
+  target-specific runtime and standard libraries in directories named after the
+  target (e.g. if you're building with ``-target aarch64-none-linux-android21``,
+  Clang will look for ``lib/aarch64-none-linux-android21`` under its resource
----------------
`--target=`


================
Comment at: clang/test/Driver/android-unversioned-fallback-warning.cpp:14
+// Using an unversioned directory for an unversioned triple isn't a warning.
+// RUN: %clang -target aarch64-none-linux-android -ccc-install-dir %t/bin \
+// RUN:     -resource-dir %t/resource -### -c %s 2>&1 | \
----------------
`--target=`

`-target ` has been deprecated since Clang 3.4


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158476



More information about the cfe-commits mailing list