Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CMAKE_CXX_COMPILER CMake variable to find Clang compiler #18

Merged
merged 1 commit into from
Jan 20, 2021

Conversation

laudrup
Copy link
Owner

@laudrup laudrup commented Jan 20, 2021

Since the appveyor image doesn't seem to have the LLVM toolset install
with the Visual Studio 2019 image, but does have LLVM installed, use
the CMake variable for specifying the C++ compiler to find Clang.

The requires calling the Visual Studio batch file for setting the
correct paths to toolsets etc.

Since the appveyor image doesn't seem to have the LLVM toolset install
with the Visual Studio 2019 image, but does have LLVM installed, use
the CMake variable for specifying the C++ compiler to find Clang.

The requires calling the Visual Studio batch file for setting the
correct paths to toolsets etc.
@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #18 (2992109) into master (62219b7) will decrease coverage by 1.17%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   85.52%   84.34%   -1.18%     
==========================================
  Files          14       14              
  Lines         691      722      +31     
==========================================
+ Hits          591      609      +18     
- Misses        100      113      +13     
Impacted Files Coverage Δ
include/boost/wintls/detail/win32_file.hpp 57.14% <0.00%> (-15.59%) ⬇️
include/boost/wintls/detail/win32_crypto.hpp 73.07% <0.00%> (-9.54%) ⬇️
include/boost/wintls/detail/uuid.hpp 81.25% <0.00%> (-4.47%) ⬇️
...ude/boost/wintls/detail/cryptographic_provider.hpp 56.25% <0.00%> (-3.75%) ⬇️
include/boost/wintls/detail/context_impl.hpp 86.51% <0.00%> (-3.73%) ⬇️
...clude/boost/wintls/detail/async_handshake_impl.hpp 78.84% <0.00%> (-2.79%) ⬇️
include/boost/wintls/detail/sspi_impl.hpp 92.18% <0.00%> (+0.15%) ⬆️
include/boost/wintls/detail/async_write_impl.hpp 90.47% <0.00%> (+0.47%) ⬆️
include/boost/wintls/stream.hpp 81.33% <0.00%> (+0.51%) ⬆️
...nclude/boost/wintls/detail/async_shutdown_impl.hpp 64.51% <0.00%> (+1.18%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62219b7...2992109. Read the comment docs.

@laudrup laudrup merged commit 398d113 into master Jan 20, 2021
@laudrup laudrup deleted the fix-clang-build branch January 20, 2021 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant