search for: sudhindrakkulkarni102

Displaying 2 results from an estimated 2 matches for "sudhindrakkulkarni102".

2020 Apr 10
4
Running clang tests
...f those things that would probably get fixed if people actually used the LLVM Visual Studio project. Thanks, Christopher Tetreault From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Alexandre Ganea via llvm-dev Sent: Friday, April 10, 2020 1:35 PM To: Sudhindra kulkarni <sudhindrakkulkarni102 at gmail.com>; LLVM Dev <llvm-dev at lists.llvm.org> Subject: [EXT] Re: [llvm-dev] Running clang tests Hi, LLVM requires Visual Studio 2017 or 2019: https://llvm.org/docs/GettingStartedVS.html#software – you could use Community 2019. I don’t recommend building LLVM inside Visual Studio....
2020 Apr 10
2
Running clang tests
Hi Team, I have checked out the clang and llvm source code and built the executables using the visual studio 2015 community edition. I am using Windows as my platform. However I see that there are some test cases under the clang test folder in the LLVM.sln. Eg AstMatcherTest,ASTTests etc. I see that these tests make use of the Google test framework. In my visual studio I have