summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorMitch Phillips <31459023+hctim@users.noreply.github.com>2019-12-18 09:05:09 -0800
committerMitch Phillips <31459023+hctim@users.noreply.github.com>2019-12-18 09:05:09 -0800
commitb19d87b16f81e7c0a22a0a103c867c1b844eb8bc (patch)
tree63fc875fd18aacfa0f694567ab2a8a77a17c413a /clang/lib/Frontend/CompilerInstance.cpp
parent2f4c3c565a34b2c30fb883c85acbf4114b455c26 (diff)
downloadbcm5719-llvm-b19d87b16f81e7c0a22a0a103c867c1b844eb8bc.tar.gz
bcm5719-llvm-b19d87b16f81e7c0a22a0a103c867c1b844eb8bc.zip
Revert "Add an -fno-temp-file flag for compilation"
This reverts commit d129aa1d5369781deff6c6b854cb612e160d3fb2. This broke the MSan buildbots. More information available in the original PR: https://reviews.llvm.org/D70615
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 688f21dd090..05ecc3f447c 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -672,7 +672,7 @@ CompilerInstance::createDefaultOutputFile(bool Binary, StringRef InFile,
StringRef Extension) {
return createOutputFile(getFrontendOpts().OutputFile, Binary,
/*RemoveFileOnSignal=*/true, InFile, Extension,
- getFrontendOpts().UseTemporary);
+ /*UseTemporary=*/true);
}
std::unique_ptr<raw_pwrite_stream> CompilerInstance::createNullOutputFile() {
OpenPOWER on IntegriCloud