We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4c79d commit 4e271c9Copy full SHA for 4e271c9
compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
@@ -18,6 +18,12 @@
18
#
19
# The script will modify the output directory which is given as the first
20
# 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.
27
28
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
29
SRC_DIR=$(readlink -f $SCRIPT_DIR/..)
0 commit comments