[PATCH] D143306: [Driver] Default to -fno-openmp-implicit-rpath
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 21 09:25:50 PST 2023
tstellar added a comment.
In D143306#4142023 <https://reviews.llvm.org/D143306#4142023>, @JonChesterfield wrote:
> I don't mind hugely what mechanism is used but would really like clang++ -fopenmp foo.cpp to build a program that runs. How can we preserve that 'works' feature without setting rpath on the binary?
This is just for running clang from the build directory, right? I think @MaskRay suggested using a config file before. Maybe we can put a config file in $build/bin/ which makes this work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143306/new/
https://reviews.llvm.org/D143306
More information about the cfe-commits
mailing list