[PATCH] D142174: [OpenMP] Don't set rpath for system paths
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 20:32:13 PST 2023
tstellar added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:799
+ .Default(false);
+}
+
----------------
I wasn't sure exactly how to determine if something is a system path, so I'm open to other ideas here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142174/new/
https://reviews.llvm.org/D142174
More information about the cfe-commits
mailing list