[llvm] [TySan] A Type Sanitizer (LLVM) (PR #76259)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 03:10:20 PST 2024


fhahn wrote:

Ping :) 

> I guess you need to fix the build failures highlighted by the CI first:
> 
> ```
> FAILED: lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/TypeSanitizer.cpp.o 
> /var/lib/buildkite-agent/builds/linux-56-59b8f5d88-5wwkv-1/llvm-project/github-pull-requests/llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp:40:10: fatal error: 'llvm/Transforms/Instrumentation.h' file not found
>          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ```
> 
> It seems moved to `llvm/Transforms/Utils/Instrumentation.h` at [2ae968a](https://github.com/llvm/llvm-project/commit/2ae968a0d9fb61606b020e898d884c82dd0ed8b5).

Thanks for the heads-up, removed the include, as it shouldn't be needed in the latest version. 

https://github.com/llvm/llvm-project/pull/76259


More information about the llvm-commits mailing list