Closed Bug 1650419 Opened 4 years ago Closed 4 years ago

filesystem_interception.cc is not compiled correctly with PGO

Categories

(Core :: Security: Process Sandboxing, defect, P3)

x86_64
Windows
defect

Tracking

()

RESOLVED FIXED
mozilla80
Tracking Status
firefox80 --- fixed

People

(Reporter: toshi, Assigned: toshi)

References

Details

Attachments

(1 file)

Probably this is a bug in Clang. With PGO, firefox!sandbox::ActualCallParams<7,1024>::CopyParamIn is not compiled correctly regardless Clang's new pass manager. As a workaround, we disable PGO for filesystem_interception.cc until it's fixed. I'll collect information and file a bug in LLVM.

Severity: -- → S3
Priority: -- → P3

This was also caused by https://bugs.llvm.org/show_bug.cgi?id=45858. Let's use this bug to apply the tail merge fix to our version of Clang.

Blocks: 1639030
See Also: 1639030

This patch applies the fix for https://bugs.llvm.org/show_bug.cgi?id=45858 to
our version of Clang so that we can update Chromium sandbox code (bug 1639030).

Pushed by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8417742ed987
Backport the tail merge fix to our version of Clang 9.0.1.  r=dmajor
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: