FreeBSD Bugzilla – Attachment 215531 Details for
Bug 246630
stable/11 regression: base.txz reproducibility depends on number of cpu cores
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Merge llvm-project commit 0cecafd647cc
merge-0cecafd647cc.diff (text/plain), 1.53 KB, created by
Dimitry Andric
on 2020-06-13 22:30:47 UTC
(
hide
)
Description:
Merge llvm-project commit 0cecafd647cc
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2020-06-13 22:30:47 UTC
Size:
1.53 KB
patch
obsolete
>Index: contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp >=================================================================== >--- contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp (revision 361834) >+++ contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp (working copy) >@@ -2059,12 +2059,13 @@ char BasicAAWrapperPass::ID = 0; > void BasicAAWrapperPass::anchor() {} > > INITIALIZE_PASS_BEGIN(BasicAAWrapperPass, "basicaa", >- "Basic Alias Analysis (stateless AA impl)", false, true) >+ "Basic Alias Analysis (stateless AA impl)", true, true) > INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker) > INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) > INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass) >+INITIALIZE_PASS_DEPENDENCY(PhiValuesWrapperPass) > INITIALIZE_PASS_END(BasicAAWrapperPass, "basicaa", >- "Basic Alias Analysis (stateless AA impl)", false, true) >+ "Basic Alias Analysis (stateless AA impl)", true, true) > > FunctionPass *llvm::createBasicAAWrapperPass() { > return new BasicAAWrapperPass(); >Index: lib/clang/include/clang/Config/config.h >=================================================================== >--- lib/clang/include/clang/Config/config.h (revision 361834) >+++ lib/clang/include/clang/Config/config.h (working copy) >@@ -82,6 +82,6 @@ > /* #undef CLANG_ENABLE_STATIC_ANALYZER */ > > /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */ >-#define CLANG_SPAWN_CC1 1 >+#define CLANG_SPAWN_CC1 0 > > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246630
:
214763
|
215200
|
215251
| 215531