Closed
Bug 1492225
Opened 6 years ago
Closed 6 years ago
Check Stack Cookies (/GS) and if necessary re-enable on Windows clang-cl builds
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjr, Unassigned)
References
(Blocks 1 open bug)
Details
When we switch to clang-cl we may have lost stack cookies; because the -GS option may not be provided to clang-cl by default
Comment 1•6 years ago
|
||
Note that we have seen -GS- give performance wins:
https://bugs.llvm.org/show_bug.cgi?id=38679
so something must be enabling -GS...?
It's on by default. http://llvm-cs.pcc.me.uk/tools/clang/lib/Driver/ToolChains/Clang.cpp#5249
Reporter | ||
Comment 3•6 years ago
|
||
Thanks!
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
(In fact, the crux of 38679 is that LLVM's -GS is even _more_ on than MSVC's, for better or worse.)
You need to log in
before you can comment on or make changes to this bug.
Description
•