[LLVMdev] Handling of thread_local globals by llc -march=cpp

Anton Korobeynikov anton at korobeynikov.info
Thu May 13 00:43:44 PDT 2010


Hello

> I've been exploring thread local globals in llvm and as part of this investigation I ran llc -march=cpp over a trivial llvm bc file which uses thread local storage for a global. For some reason llc -march=cpp seems to ignore the thread_local and produce code to create a standard global. Is this expected behaviour, a known limitation, or otherwise?
Thanks for the report. Should be fixed in r103702

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list