<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - test_with_dwarf (TestAsan.AsanTestCase) fails to build on FreeBSD"
href="http://llvm.org/bugs/show_bug.cgi?id=21136">21136</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>test_with_dwarf (TestAsan.AsanTestCase) fails to build on FreeBSD
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Change dir to: /tank/emaste/src/llvm/tools/lldb/test/functionalities/asan
1: test_with_dwarf (TestAsan.AsanTestCase) ...
os command: gmake clean ; gmake MAKE_DSYM=NO ARCH=amd64 CC="/usr/bin/clang"
with pid: 78818
stdout: rm -f "a.out" main.o main.d
rm -f -r
/usr/bin/clang -fsanitize=address -g -m64
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include -c -o main.o
main.c
/usr/bin/clang main.o -fsanitize=address -g -m64
-I/tank/emaste/src/llvm/tools/lldb/test/make/../../include -o "a.out"
stderr: main.o: In function `main':
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:25: undefined
reference to `__asan_option_detect_stack_use_after_return'
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:25: undefined
reference to `__asan_stack_malloc_2'
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:25: undefined
reference to `__asan_report_store4'
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:25: undefined
reference to `__asan_report_store4'
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:25: undefined
reference to `__asan_report_store8'
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:31: undefined
reference to `__asan_report_store1'
main.o: In function `asan.module_ctor':
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:33: undefined
reference to `__asan_init_v3'
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:33: undefined
reference to `__asan_register_globals'
main.o: In function `asan.module_dtor':
/tank/emaste/src/llvm/tools/lldb/test/functionalities/asan/main.c:33: undefined
reference to `__asan_unregister_globals'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [a.out] Error 1
retcode: 2
ERROR
os command: gmake clean
with pid: 78872
stdout: rm -f "a.out" main.o main.d
rm -f -r
stderr:
retcode: 0</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>