<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>I'm using llvm-c (but if needed can call c++ stuff too if nedeed); what's the proper way to emit bitcode with thinlto info so the linker can parallelize ?<br></div>
<div>I'm currently using: <br></div>
<div>unwrap(PMB)->PrepareForThinLTO = b;<br></div>
<div><br></div>
<div>on the pass manager builder, but that doesn't seem to be enough?<br></div>
</body>
</html>