Skip to content
Commit d2a710ea authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Actually, don't try to use __builtin_strlen in StringRef.h before VS 2019

The fix in b3d7d106 compiled nicely,
but didn't link because at least the VS 2017 version I use doesn't
have the builtin yet. Instead, make use of the builtin with MSVC
conditional on VS 2019 or later.

(cherry picked from commit ff837aa6)
parent 4ea9a4ab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment