Displaying 3 results from an estimated 3 matches for "__asan_before_dynamic_init".
2012 Nov 16
0
[LLVMdev] Two questions about pass managers and passes
...rc/llvm/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
--
Exit Code: 1
Command Output (stderr):
--
/Users/partigas/Desktop/src/llvm/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll:33:10: error: expected string not found in input
; CHECK: call void @__asan_before_dynamic_init
^
<stdin>:20:35: note: scanning from here
define internal void @_GLOBAL__I_a() address_safety section ".text.startup" {
^
<stdin>:33:3: note: possible intended match here
declare void @__asan_report_load1(i64)
^
--
I presume this is eith...
2012 Nov 16
0
[LLVMdev] Two questions regarding pass managers and passes
...rc/llvm/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
--
Exit Code: 1
Command Output (stderr):
--
/Users/partigas/Desktop/src/llvm/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll:33:10: error: expected string not found in input
; CHECK: call void @__asan_before_dynamic_init
^
<stdin>:20:35: note: scanning from here
define internal void @_GLOBAL__I_a() address_safety section ".text.startup" {
^
<stdin>:33:3: note: possible intended match here
declare void @__asan_report_load1(i64)
^
--
I presume this is e...
2014 Nov 02
2
[LLVMdev] So I just did a normal 'ninja check' with a CMake build that enables ASan and the go bindings tests are... busted...
Specifically, the test is causing a link to occur for CGO stuff. It has
been running 8 minutes now with Gold, and is producing a 400mb .o file
afaict:
% du -hs /tmp/go-build703430446/
llvm.org/llvm/bindings/go/llvm/_test/_obj_test/_cgo_.o
397M /tmp/go-build703430446/
llvm.org/llvm/bindings/go/llvm/_test/_obj_test/_cgo_.o
What am I doing wrong here?
-------------- next part --------------
An