diff options
author | Vitaly Buka <vitalybuka@google.com> | 2024-01-09 18:37:04 -0800 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2024-01-09 18:37:04 -0800 |
commit | a828cda9c80282a77b579f8fc9dc17a310173af4 (patch) | |
tree | 5a4c997b2493d856eaea606152e769f92ea03151 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | aa4c1e90b6f25a5c6312927e0574f9d07fa25582 (diff) | |
download | llvm-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.cpp | 2 |
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 |