[PATCH] D35137: [Driver] Honor -isysroot for Linux targets

2021-02-18 Thread Yen Chi Hsuan via Phabricator via cfe-commits
yan12125 abandoned this revision. yan12125 added a comment. Seems the issue has been fixed in https://reviews.llvm.org/D31495 Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D35137/new/ https://reviews.llvm.org/D35137 ___

[PATCH] D35137: [Driver] Honor -isysroot for Linux targets

2017-08-11 Thread Yen Chi Hsuan via Phabricator via cfe-commits
yan12125 added a comment. Bump. Anything missing on this patch? Repository: rL LLVM https://reviews.llvm.org/D35137 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D35137: [Driver] Honor -isysroot for Linux targets

2017-07-22 Thread Yen Chi Hsuan via Phabricator via cfe-commits
yan12125 updated this revision to Diff 10. yan12125 added a comment. Add a test and fix repeated call to defaultSysRoot() Repository: rL LLVM https://reviews.llvm.org/D35137 Files: include/clang/Driver/Driver.h lib/Driver/Driver.cpp lib/Driver/ToolChains/Linux.cpp lib/Driver/Tool