diff options
author | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2022-11-30 16:28:13 +0500 |
---|---|---|
committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2022-11-30 16:29:26 +0500 |
commit | c687c2cce5198676b72734265780d8d898674e7a (patch) | |
tree | f2f85b64d319e6e5426a90a39d920322ff9983be /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | e49a6c3d7f50c7e8426e9b5166e8567fced1aa57 (diff) | |
download | llvm-c687c2cce5198676b72734265780d8d898674e7a.zip llvm-c687c2cce5198676b72734265780d8d898674e7a.tar.gz llvm-c687c2cce5198676b72734265780d8d898674e7a.tar.bz2 |
[FLANG] Fix MSVC + clang-cl build
Flang build on windows with MSVC environment and clang-cl compiler
requires clang_rt.builtin.${target} library. This patch allows us to
locate and include this link library. This is mostly needed for flang
runtime and associated unittests as it requires the uint128 division
builtin function __udivti3.
Reviewed By: DavidTruby
Differential Revision: https://reviews.llvm.org/D138023
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions