Closed
Bug 948171
Opened 9 years ago
Closed 9 years ago
ASan: LLVM_SYMBOLIZER isn't being defined in js/src/configure.in
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla29
People
(Reporter: decoder, Assigned: decoder)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.08 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Bug 948050 shows an unsymbolized ASan trace being emitted from the jit-tests. I quickly checked why it's not symbolizing and I think it's because js/src/configure.in is out of sync with the regular configure.in in terms of ASan. In the regular configure.in we have both > MOZ_PATH_PROG(LLVM_SYMBOLIZER, llvm-symbolizer) and > AC_SUBST(LLVM_SYMBOLIZER) to support the LLVM symbolizer for ASan traces. In js/src/configure.in, that's missing although we use LLVM_SYMBOLIZER in js/src/Makefile.in for the jit-tests. The attached patch adds the missing lines.
Attachment #8344945 -
Flags: review?(ted)
Updated•9 years ago
|
Attachment #8344945 -
Flags: review?(ted) → review+
Assignee | ||
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd46a766c144
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/dd46a766c144
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•4 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•