We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0653e8 commit 39cd812Copy full SHA for 39cd812
lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp
@@ -382,12 +382,7 @@ struct AccessEnforcementSelection : SILFunctionTransform {
382
// dependent BeginAccess).
383
//
384
// Running before diagnostic constant propagation requires handling 'undef'.
385
- //
386
- // FIXME: This assert will eventually be important, but for now it's safe to
387
- // disable until this problem is resolved:
388
- // <rdar://problem/31797132> [Exclusivity] lldb asserts in
389
- // AccessEnforcementSelector
390
- // assert(isa<AllocStackInst>(address) || isa<SILUndef>(address));
+ assert(isa<AllocStackInst>(address) || isa<SILUndef>(address));
391
setStaticEnforcement(access);
392
}
393
0 commit comments