diff options
author | David Truby <david.truby@arm.com> | 2025-07-26 14:42:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-26 14:42:42 +0100 |
commit | c20a95a7ddd8219f3e587e335a0a8e3f4613fc47 (patch) | |
tree | cb9c0d678a6860ef4448e5681c80cfaef2dabdc3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 70e0f3174752f85bcbe33898a95d29ef35b78811 (diff) | |
download | llvm-c20a95a7ddd8219f3e587e335a0a8e3f4613fc47.zip llvm-c20a95a7ddd8219f3e587e335a0a8e3f4613fc47.tar.gz llvm-c20a95a7ddd8219f3e587e335a0a8e3f4613fc47.tar.bz2 |
[flang-rt] Remove hard-coded dependency on compiler-rt path on Windows (#150244)
This fixes an issue where if the build folder is no longer present flang
cannot link anything on Windows because the path to compiler-rt in the
binary is hard-coded. Flang already links compiler-rt on Windows so it
isn't necessary for flang-rt to specify that it depends on compiler-rt
at all, other than for the unit tests, so instead we can move that logic
into the unit test compile lines.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions