diff options
author | David Truby <david.truby@arm.com> | 2024-05-16 13:47:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 13:47:48 +0100 |
commit | 7ce8d2e5fb9cc5f6f9de214584170a8cf01b98de (patch) | |
tree | 32bd73c1fe8bbf8f5fe3ee1a21ce9cf73bde90e4 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 99de3a685170c24208b00ef83fe0416373387acc (diff) | |
download | llvm-7ce8d2e5fb9cc5f6f9de214584170a8cf01b98de.zip llvm-7ce8d2e5fb9cc5f6f9de214584170a8cf01b98de.tar.gz llvm-7ce8d2e5fb9cc5f6f9de214584170a8cf01b98de.tar.bz2 |
[clang][flang][windows] Prefer user-provided library paths (-L) (#90758)
Currently the paths to compiler-rt and the Flang runtimes from the LLVM
build/install directory are preferred over any user-provided library
paths. This means a user can't override compiler-rt or the Flang
runtimes with custom versions.
This patch changes the link order to prefer library paths specified with
-L over the LLVM paths. This matches the behaviour of clang and flang on
Linux.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions