[PATCH] D101813: [Driver] Move -print-runtime-dir and -print-resource-dir tests

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 4 00:11:27 PDT 2021


MaskRay added inline comments.


================
Comment at: clang/test/Driver/print-resource-dir.c:1
+// Test if the -print-resource-dir option is accepted without error.
+// Allow unspecified output because the value of CLANG_RESOURCE_DIR is unknown.
----------------
This isn't very useful. You can specify `-resource-dir` and check the output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101813



More information about the cfe-commits mailing list