[all-commits] [llvm/llvm-project] 3c11ac: [Clang] Add codegen option to add passbuilder call...
William Moses via All-commits
all-commits at lists.llvm.org
Mon Nov 6 20:26:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c11ac51180ffebe7d71b8773ec03275aec2eb7a
https://github.com/llvm/llvm-project/commit/3c11ac51180ffebe7d71b8773ec03275aec2eb7a
Author: William Moses <gh at wsmoses.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M clang/examples/CMakeLists.txt
A clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
A clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.cpp
A clang/examples/LLVMPrintFunctionNames/LLVMPrintFunctionNames.exports
M clang/include/clang/Basic/CodeGenOptions.h
M clang/lib/CodeGen/BackendUtil.cpp
M clang/test/CMakeLists.txt
A clang/test/Frontend/llvmplugins.c
Log Message:
-----------
[Clang] Add codegen option to add passbuilder callback functions (#70171)
More information about the All-commits
mailing list