[all-commits] [llvm/llvm-project] 1e634f: Revert "Support for instrumenting only selected fi...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Jan 26 12:30:39 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e634f3952aa3914d9f962ac1151fccb4469d8ac
https://github.com/llvm/llvm-project/commit/1e634f3952aa3914d9f962ac1151fccb4469d8ac
Author: Petr Hosek <phosek at google.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M clang/docs/ClangCommandLineReference.rst
M clang/docs/SourceBasedCodeCoverage.rst
M clang/docs/UsersManual.rst
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/Basic/LangOptions.h
R clang/include/clang/Basic/ProfileList.h
M clang/include/clang/Driver/Options.td
M clang/lib/AST/ASTContext.cpp
M clang/lib/Basic/CMakeLists.txt
R clang/lib/Basic/ProfileList.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
R clang/test/CodeGen/profile-filter.c
M llvm/include/llvm/Bitcode/LLVMBitCodes.h
M llvm/include/llvm/IR/Attributes.td
M llvm/lib/AsmParser/LLLexer.cpp
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/AsmParser/LLToken.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
R llvm/test/Transforms/PGOProfile/noprofile.ll
Log Message:
-----------
Revert "Support for instrumenting only selected files or functions"
This reverts commit 4edf35f11a9e20bd5df3cb47283715f0ff38b751 because
the test fails on Windows bots.
More information about the All-commits
mailing list