diff options
author | Anubhab Ghosh <anubhabghosh.me@gmail.com> | 2023-05-20 14:40:04 +0530 |
---|---|---|
committer | Anubhab Ghosh <anubhabghosh.me@gmail.com> | 2023-05-20 14:40:04 +0530 |
commit | 0929f5b90350aa2f9175d7e1094b1750535c0e44 (patch) | |
tree | 76680b1fbff8aeec15af29b04714992727c03b3f /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | 80e7eed6a610ab3c7289e6f9b7ec006bc7d7ae31 (diff) | |
download | llvm-0929f5b90350aa2f9175d7e1094b1750535c0e44.zip llvm-0929f5b90350aa2f9175d7e1094b1750535c0e44.tar.gz llvm-0929f5b90350aa2f9175d7e1094b1750535c0e44.tar.bz2 |
Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"
This reverts commit 80e7eed6a610ab3c7289e6f9b7ec006bc7d7ae31.
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
-rw-r--r-- | clang/lib/CodeGen/ModuleBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ModuleBuilder.cpp b/clang/lib/CodeGen/ModuleBuilder.cpp index 3594f4c..e3e953c 100644 --- a/clang/lib/CodeGen/ModuleBuilder.cpp +++ b/clang/lib/CodeGen/ModuleBuilder.cpp @@ -36,7 +36,7 @@ namespace { IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS; // Only used for debug info. const HeaderSearchOptions &HeaderSearchOpts; // Only used for debug info. const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. - const CodeGenOptions &CodeGenOpts; + const CodeGenOptions CodeGenOpts; // Intentionally copied in. unsigned HandlingTopLevelDecls; |