aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-01-09 18:37:04 -0800
committerVitaly Buka <vitalybuka@google.com>2024-01-09 18:37:04 -0800
commita828cda9c80282a77b579f8fc9dc17a310173af4 (patch)
tree5a4c997b2493d856eaea606152e769f92ea03151 /clang/lib/Frontend/CompilerInstance.cpp
parentaa4c1e90b6f25a5c6312927e0574f9d07fa25582 (diff)
downloadllvm-a828cda9c80282a77b579f8fc9dc17a310173af4.zip
llvm-a828cda9c80282a77b579f8fc9dc17a310173af4.tar.gz
llvm-a828cda9c80282a77b579f8fc9dc17a310173af4.tar.bz2
Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"
Issue #77546 This reverts commit 07c9189fcc063bdf6219d2733843c89cde3991e1.
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index ea44a26..56bbef9 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -470,7 +470,7 @@ void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) {
// Predefine macros and configure the preprocessor.
InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(),
- getFrontendOpts(), getCodeGenOpts());
+ getFrontendOpts());
// Initialize the header search object. In CUDA compilations, we use the aux
// triple (the host triple) to initialize our header search, since we need to