microsoft / ntosebpfext

eBPF-For-Windows extension to provide access to Windows kernel functionality
MIT License
11 stars 9 forks source link

Centralize which version of clang to use #125

Closed Alan-Jowett closed 3 days ago

Alan-Jowett commented 4 days ago

Description

This pull request focuses on centralizing the Clang executable path configuration and updating the project files to use this new configuration. The main changes include defining a new property for the Clang executable path and updating the build commands to use this property.

Configuration updates:

Build command updates:

Testing

CI/CD

Documentation

No.

Installation

No.

Alan-Jowett commented 4 days ago

@shankarseal this may fix the issue you are seeing in the MSFT fork of this project. It no longer assumes clang.exe is in the path and instead uses it from the Visual Studio's installed location.