Window compiler is stricter for attributes location. This patch fixes a compilation error.
D:\src\llvm\llvm\projects\compiler-rt\lib\lsan\lsan_thread.cc(39): error C2144: syntax error: 'int' should be preceded by ';'
Differential D24810
[compiler-rt][lsan] Fix compiler error due to attribute (windows) etienneb on Sep 21 2016, 10:22 AM. Authored by
Details Window compiler is stricter for attributes location. This patch fixes a compilation error. D:\src\llvm\llvm\projects\compiler-rt\lib\lsan\lsan_thread.cc(39): error C2144: syntax error: 'int' should be preceded by ';'
Diff Detail |