Skip to content

Commit 4e271c9

Browse files
committedOct 24, 2016
scripts: Document existing problems with the symbolizer build script.
Reviewers: eugenis, vitalybuka Subscribers: llvm-commits, kubabrecka Differential Revision: https://reviews.llvm.org/D25846 llvm-svn: 285013
1 parent 4d4c79d commit 4e271c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
#
1919
# The script will modify the output directory which is given as the first
2020
# argument to the script.
21+
#
22+
# FIXME: We should really be using a simpler approach to building this object
23+
# file, and it should be available as a regular cmake rule. Conceptually, we
24+
# want to be doing "ld -r" followed by "objcopy -G" to create a relocatable
25+
# object file with only our entry points exposed. However, this does not work at
26+
# present, see PR30750.
2127

2228
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
2329
SRC_DIR=$(readlink -f $SCRIPT_DIR/..)

0 commit comments

Comments
 (0)
Please sign in to comment.