Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 277 by [email protected]: function-sections-are-bad.cc fails on 32-bit platforms
http://code.google.com/p/address-sanitizer/issues/detail?id=277

What steps will reproduce the problem?
0. go fetch some 32-bit machine :)
1. build LLVM with cmake -DLLVM_TARGETS_TO_BUILD='X86'
2. run asan tests: make -j10 check-asan

You'll get an error:

FAIL: AddressSanitizer32 :: TestCases/Linux/function-sections-are-bad.cc (146 of 262) ******************** TEST 'AddressSanitizer32 :: TestCases/Linux/function-sections-are-bad.cc' FAILED ********************
...
/usr/bin/ld: cannot find /home/y.gribov/build/llvm-alt/bin/../lib/clang/3.5.0/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)

The test is indeed 64-bit specific so we should probably move it into TestCases/Linus/64-bit.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to