[PATCH] D31447: [Driver] Add option to print the resource directory

2017-04-04 Thread Meador Inge via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL299473: [Driver] Add option to print the resource directory (authored by meadori). Changed prior to commit: https://reviews.llvm.org/D31447?vs=94110&id=94126#toc Repository: rL LLVM https://reviews.

[PATCH] D31447: [Driver] Add option to print the resource directory

2017-04-04 Thread Catherine Moore via Phabricator via cfe-commits
clm updated this revision to Diff 94110. clm added a subscriber: meadori. clm added a comment. I've now updated the patch to include your suggested revision of the test case. I don't have commit access yet, but meadori said that he would commit it for me. https://reviews.llvm.org/D31447 File

[PATCH] D31447: [Driver] Add option to print the resource directory

2017-04-03 Thread Chris Bieneman via Phabricator via cfe-commits
beanz accepted this revision. beanz added a comment. This revision is now accepted and ready to land. One minor nitpick on the test case, but otherwise this looks fine to me. Comment at: test/Driver/immediate-options.c:19 +// RUN: %clang -print-resource-dir | FileCheck %s -che