search for: tsan_def

Displaying 1 result from an estimated 1 matches for "tsan_def".

Did you mean: tsan_defs
2012 May 24
1
[LLVMdev] LLVM Clang compiling error
Dear Sir, I am trying to compile llvm (llvm, clang, compiler-rt) package. I got an errors: /llvm/projects/compiler-rt/lib/tsan/rtl/tsan_defs.h:144:9: error: expression result unused; assign into a variable to force a volatile load [-Werror, -Wunused-volatile-lvalue]. Same errors in lines 145 and 146 ((void) cfg; (void)stats; (void)shadow). OS: RHEL 6.2 (x86-64) GCC: 4.4.6 Compiled with optimization enabled flag. Also some tests...